networkmanager_create_direct_connect_gateway_attachment {paws.networking} | R Documentation |
Creates an Amazon Web Services Direct Connect gateway attachment
Description
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.
Usage
networkmanager_create_direct_connect_gateway_attachment(
CoreNetworkId,
DirectConnectGatewayArn,
EdgeLocations,
Tags = NULL,
ClientToken = NULL
)
Arguments
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 |
[Package paws.networking version 0.9.0 Index]