Creates a core network Connect attachment from a specified core network attachment
Source:R/networkmanager_operations.R
networkmanager_create_connect_attachment.RdCreates a core network Connect attachment from a specified core network attachment.
See https://www.paws-r-sdk.com/docs/networkmanager_create_connect_attachment/ for full documentation.
Usage
networkmanager_create_connect_attachment(
CoreNetworkId,
EdgeLocation,
TransportAttachmentId,
RoutingPolicyLabel = NULL,
Options,
Tags = NULL,
ClientToken = NULL
)Arguments
- CoreNetworkId
[required] The ID of a core network where you want to create the attachment.
- EdgeLocation
[required] The Region where the edge is located.
- TransportAttachmentId
[required] The ID of the attachment between the two connections.
- RoutingPolicyLabel
The routing policy label to apply to the Connect attachment for traffic routing decisions.
- Options
[required] Options for creating an attachment.
The list of key-value tags associated with the request.
- ClientToken
The client token associated with the request.