LocalGatewayRouteArgs

data class LocalGatewayRouteArgs(val destinationCidrBlock: Output<String>? = null, val localGatewayRouteTableId: Output<String>? = null, val localGatewayVirtualInterfaceGroupId: Output<String>? = null, val networkInterfaceId: Output<String>? = null) : ConvertibleToJava<LocalGatewayRouteArgs>

Describes a route for a local gateway route table.

Constructors

Link copied to clipboard
constructor(destinationCidrBlock: Output<String>? = null, localGatewayRouteTableId: Output<String>? = null, localGatewayVirtualInterfaceGroupId: Output<String>? = null, networkInterfaceId: Output<String>? = null)

Properties

Link copied to clipboard
val destinationCidrBlock: Output<String>? = null

The CIDR block used for destination matches.

Link copied to clipboard
val localGatewayRouteTableId: Output<String>? = null

The ID of the local gateway route table.

Link copied to clipboard

The ID of the virtual interface group.

Link copied to clipboard
val networkInterfaceId: Output<String>? = null

The ID of the network interface.

Functions

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