View source: R/networkmanager_operations.R
networkmanager_create_direct_connect_gateway_attachment | R Documentation |
Creates an Amazon Web Services Direct Connect gateway attachment
See https://www.paws-r-sdk.com/docs/networkmanager_create_direct_connect_gateway_attachment/ for full documentation.
networkmanager_create_direct_connect_gateway_attachment(
CoreNetworkId,
DirectConnectGatewayArn,
EdgeLocations,
Tags = NULL,
ClientToken = NULL
)
CoreNetworkId |
[required] The ID of the Cloud WAN core network that the Direct Connect gateway attachment should be attached to. |
DirectConnectGatewayArn |
[required] The ARN of the Direct Connect gateway attachment. |
EdgeLocations |
[required] One or more core network edge locations that the Direct Connect gateway attachment is associated with. |
Tags |
The key value tags to apply to the Direct Connect gateway attachment during creation. |
ClientToken |
client token |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.