View source: R/networkmanager_operations.R
networkmanager_create_transit_gateway_route_table_attachment | R Documentation |
Creates a transit gateway route table attachment.
See https://www.paws-r-sdk.com/docs/networkmanager_create_transit_gateway_route_table_attachment/ for full documentation.
networkmanager_create_transit_gateway_route_table_attachment(
PeeringId,
TransitGatewayRouteTableArn,
Tags = NULL,
ClientToken = NULL
)
PeeringId |
[required] The ID of the peer for the |
TransitGatewayRouteTableArn |
[required] The ARN of the transit gateway route table for the attachment request.
For example,
|
Tags |
The list of key-value tags associated with the request. |
ClientToken |
The client token associated with the request. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.