get Local Gateway Route Table
suspend fun getLocalGatewayRouteTable(argument: GetLocalGatewayRouteTablePlainArgs): GetLocalGatewayRouteTableResult
Describes a route table for a local gateway.
Return
null
Parameters
argument
null
suspend fun getLocalGatewayRouteTable(localGatewayRouteTableId: String): GetLocalGatewayRouteTableResult
Return
null
Parameters
local Gateway Route Table Id
The ID of the local gateway route table.
See also
suspend fun getLocalGatewayRouteTable(argument: suspend GetLocalGatewayRouteTablePlainArgsBuilder.() -> Unit): GetLocalGatewayRouteTableResult
Return
null
Parameters
argument
Builder for com.pulumi.awsnative.ec2.kotlin.inputs.GetLocalGatewayRouteTablePlainArgs.