GetLocalGatewayRoutePlainArgs

data class GetLocalGatewayRoutePlainArgs(val destinationCidrBlock: String, val localGatewayRouteTableId: String) : ConvertibleToJava<GetLocalGatewayRoutePlainArgs>

Constructors

Link copied to clipboard
fun GetLocalGatewayRoutePlainArgs(destinationCidrBlock: String, localGatewayRouteTableId: String)

Functions

Link copied to clipboard
open override fun toJava(): GetLocalGatewayRoutePlainArgs

Properties

Link copied to clipboard

The CIDR block used for destination matches.

Link copied to clipboard

The ID of the local gateway route table.