exportTransitGatewayRoutes
inline suspend fun Ec2Client.exportTransitGatewayRoutes(crossinline block: ExportTransitGatewayRoutesRequest.Builder.() -> Unit): ExportTransitGatewayRoutesResponse
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.
The routes are saved to the specified bucket in a JSON file. For more information, see Export Route Tables to Amazon S3 in Transit Gateways.