RouteTableAssociationState constructor

const RouteTableAssociationState({
  1. Input<String?>? gatewayId,
  2. Input<String?>? region,
  3. Input<String?>? routeTableId,
  4. Input<String?>? subnetId,
})

Creates a new RouteTableAssociationState. gatewayId The gateway ID to create an association. Conflicts with subnetId. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. routeTableId The ID of the routing table to associate with. subnetId The subnet ID to create an association. Conflicts with gatewayId.

Implementation

const RouteTableAssociationState({
  this.gatewayId,
  this.region,
  this.routeTableId,
  this.subnetId,
});