GatewayRouteTableAssociationArgs

data class GatewayRouteTableAssociationArgs(val gatewayId: Output<String>? = null, val routeTableId: Output<String>? = null) : ConvertibleToJava<GatewayRouteTableAssociationArgs>

Associates a gateway with a route table. The gateway and route table must be in the same VPC. This association causes the incoming traffic to the gateway to be routed according to the routes in the route table.

Constructors

Link copied to clipboard
constructor(gatewayId: Output<String>? = null, routeTableId: Output<String>? = null)

Properties

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

The ID of the gateway.

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

The ID of the route table.

Functions

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