View source: R/ec2_operations.R
ec2_export_transit_gateway_routes | R Documentation |
Exports routes from the specified transit gateway route table to the specified S3 bucket. By default, all routes are exported. Alternatively, you can filter by CIDR range.
See https://www.paws-r-sdk.com/docs/ec2_export_transit_gateway_routes/ for full documentation.
ec2_export_transit_gateway_routes(
TransitGatewayRouteTableId,
Filters = NULL,
S3Bucket,
DryRun = NULL
)
TransitGatewayRouteTableId |
[required] The ID of the route table. |
Filters |
One or more filters. The possible values are:
|
S3Bucket |
[required] The name of the S3 bucket. |
DryRun |
Checks whether you have the required permissions for the action, without
actually making the request, and provides an error response. If you have
the required permissions, the error response is |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.