MainRouteTableAssociationState class

Input properties used for looking up and filtering MainRouteTableAssociation resources.

Constructors

MainRouteTableAssociationState({Input<String?>? originalRouteTableId, Input<String?>? region, Input<String?>? routeTableId, 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
const
MainRouteTableAssociationState.fromMap(Map<String, dynamic> map)
factory

Properties

hashCode → int
The hash code for this object.
no setterinherited
originalRouteTableId → Input<String?>?
Used internally, see Notes below
final
region → Input<String?>?
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
routeTableId → Input<String?>?
The ID of the Route Table to set as the new main route table for the target VPC
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
vpcId → Input<String?>?
The ID of the VPC whose main route table should be set
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() → Map<String, dynamic>
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited