RouteTableAssociationState class

Input properties used for looking up and filtering RouteTableAssociation resources.

Constructors

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

Properties

gatewayId → Input<String?>?
The gateway ID to create an association. Conflicts with subnetId.
final
hashCode int
The hash code for this object.
no setterinherited
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 routing table to associate with.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subnetId → Input<String?>?
The subnet ID to create an association. Conflicts with gatewayId.
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