View source: R/networkmanager_operations.R
networkmanager_associate_transit_gateway_connect_peer | R Documentation |
Associates a transit gateway Connect peer with a device, and optionally, with a link. If you specify a link, it must be associated with the specified device.
See https://www.paws-r-sdk.com/docs/networkmanager_associate_transit_gateway_connect_peer/ for full documentation.
networkmanager_associate_transit_gateway_connect_peer(
GlobalNetworkId,
TransitGatewayConnectPeerArn,
DeviceId,
LinkId = NULL
)
GlobalNetworkId |
[required] The ID of the global network. |
TransitGatewayConnectPeerArn |
[required] The Amazon Resource Name (ARN) of the Connect peer. |
DeviceId |
[required] The ID of the device. |
LinkId |
The ID of the link. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.