getRouteTable

Specifies a route table for the specified VPC. After you create a route table, you can add routes and associate the table with a subnet. For more information, see Route tables in the Amazon VPC User Guide.

Return

null

Parameters

argument

null


suspend fun getRouteTable(routeTableId: String): GetRouteTableResult

Return

null

Parameters

routeTableId

The ID of the route table.

See also


Return

null

Parameters

argument

Builder for com.pulumi.awsnative.ec2.kotlin.inputs.GetRouteTablePlainArgs.

See also