GetLocalGatewayRoutePlainArgs

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

Constructors

Link copied to clipboard
constructor(destinationCidrBlock: String, localGatewayRouteTableId: String)

Properties

Link copied to clipboard

The CIDR block used for destination matches.

Link copied to clipboard

The ID of the local gateway route table.

Functions

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