MainRouteTableAssociationState constructor

const MainRouteTableAssociationState({
  1. Input<String?>? originalRouteTableId,
  2. Input<String?>? region,
  3. Input<String?>? routeTableId,
  4. Input<String?>? vpcId,
})

Creates a new MainRouteTableAssociationState. originalRouteTableId Used internally, see Notes below region Region where this resource will be managed. Defaults to the Region set in the provider configuration. routeTableId The ID of the Route Table to set as the new vpcId The ID of the VPC whose main route table should be set

Implementation

const MainRouteTableAssociationState({
  this.originalRouteTableId,
  this.region,
  this.routeTableId,
  this.vpcId,
});