Local Gateway Route Args
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
fun LocalGatewayRouteArgs(destinationCidrBlock: Output<String>? = null, localGatewayRouteTableId: Output<String>? = null, localGatewayVirtualInterfaceGroupId: Output<String>? = null, networkInterfaceId: Output<String>? = null)