Local Gateway Route Table Args
data class LocalGatewayRouteTableArgs(val localGatewayId: Output<String>? = null, val mode: Output<String>? = null, val tags: Output<List<LocalGatewayRouteTableTagArgs>>? = null) : ConvertibleToJava<LocalGatewayRouteTableArgs>
Describes a route table for a local gateway.
Constructors
Link copied to clipboard
fun LocalGatewayRouteTableArgs(localGatewayId: Output<String>? = null, mode: Output<String>? = null, tags: Output<List<LocalGatewayRouteTableTagArgs>>? = null)