networkmanager_create_connect_attachment {paws.networking} | R Documentation |
Creates a core network Connect attachment from a specified core network attachment
Description
Creates 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,
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. |
Options |
[required] Options for creating an attachment. |
Tags |
The list of key-value tags associated with the request. |
ClientToken |
The client token associated with the request. |
[Package paws.networking version 0.7.0 Index]