LocalGatewayRouteTableVirtualInterfaceGroupAssociationState class
Input properties used for looking up and filtering LocalGatewayRouteTableVirtualInterfaceGroupAssociation resources.
Constructors
-
LocalGatewayRouteTableVirtualInterfaceGroupAssociationState({Input<
String?> ? localGatewayId, Input<String?> ? localGatewayRouteTableArn, Input<String?> ? localGatewayRouteTableId, Input<String?> ? localGatewayVirtualInterfaceGroupId, Input<String?> ? ownerId, Input<String?> ? region, Input<String?> ? state, Input<Map< ? tags, Input<String, String> ?>Map< ? tagsAll})String, String> ?> -
Creates a new LocalGatewayRouteTableVirtualInterfaceGroupAssociationState.
localGatewayIdIdentifier of the EC2 Local Gateway.localGatewayRouteTableArnARN of the EC2 Local Gateway Route Table.localGatewayRouteTableIdIdentifier of EC2 Local Gateway Route Table.localGatewayVirtualInterfaceGroupIdIdentifier of EC2 Local Gateway Virtual Interface Group.ownerIdIdentifier of the AWS account that owns the EC2 Local Gateway Virtual Interface Group Association.regionRegion where this resource will be managed. Defaults to the Region set in the provider configuration.stateState of the EC2 Local Gateway Route Table Virtual Interface Group Association.tagsKey-value map of resource tags. If configured with a providerdefaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level.tagsAllMap of tags assigned to the resource, including those inherited from the providerdefaultTagsconfiguration block.const -
LocalGatewayRouteTableVirtualInterfaceGroupAssociationState.fromMap(Map<
String, dynamic> map) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
localGatewayId
→ Input<
String?> ? -
Identifier of the EC2 Local Gateway.
final
-
localGatewayRouteTableArn
→ Input<
String?> ? -
ARN of the EC2 Local Gateway Route Table.
final
-
localGatewayRouteTableId
→ Input<
String?> ? -
Identifier of EC2 Local Gateway Route Table.
final
-
localGatewayVirtualInterfaceGroupId
→ Input<
String?> ? -
Identifier of EC2 Local Gateway Virtual Interface Group.
final
-
ownerId
→ Input<
String?> ? -
Identifier of the AWS account that owns the EC2 Local Gateway Virtual Interface Group Association.
final
-
region
→ Input<
String?> ? -
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
state
→ Input<
String?> ? -
State of the EC2 Local Gateway Route Table Virtual Interface Group Association.
final
-
Key-value map of resource tags. If configured with a provider
defaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level.final -
Map of tags assigned to the resource, including those inherited from the provider
defaultTagsconfiguration block.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