MainRouteTableAssociationState constructor
const
MainRouteTableAssociationState({})
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,
});