ec2_export_transit_gateway_routes {paws.compute} | R Documentation |
Exports routes from the specified transit gateway route table to the specified S3 bucket
Description
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.
Usage
ec2_export_transit_gateway_routes(
TransitGatewayRouteTableId,
Filters = NULL,
S3Bucket,
DryRun = NULL
)
Arguments
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 |