View source: R/directconnect_operations.R
directconnect_create_private_virtual_interface | R Documentation |
Creates a private virtual interface. A virtual interface is the VLAN that transports Direct Connect traffic. A private virtual interface can be connected to either a Direct Connect gateway or a Virtual Private Gateway (VGW). Connecting the private virtual interface to a Direct Connect gateway enables the possibility for connecting to multiple VPCs, including VPCs in different Amazon Web Services Regions. Connecting the private virtual interface to a VGW only provides access to a single VPC within the same Region.
See https://www.paws-r-sdk.com/docs/directconnect_create_private_virtual_interface/ for full documentation.
directconnect_create_private_virtual_interface(
connectionId,
newPrivateVirtualInterface
)
connectionId |
[required] The ID of the connection. |
newPrivateVirtualInterface |
[required] Information about the private virtual interface. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.