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<String, String>?>? tags, Input<Map<String, String>?>? tagsAll})
Creates a new LocalGatewayRouteTableVirtualInterfaceGroupAssociationState. localGatewayId Identifier of the EC2 Local Gateway. localGatewayRouteTableArn ARN of the EC2 Local Gateway Route Table. localGatewayRouteTableId Identifier of EC2 Local Gateway Route Table. localGatewayVirtualInterfaceGroupId Identifier of EC2 Local Gateway Virtual Interface Group. ownerId Identifier of the AWS account that owns the EC2 Local Gateway Virtual Interface Group Association. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. state State of the EC2 Local Gateway Route Table Virtual Interface Group Association. tags Key-value map of resource tags. If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level. tagsAll Map of tags assigned to the resource, including those inherited from the provider defaultTags configuration 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
tags → Input<Map<String, String>?>?
Key-value map of resource tags. If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level.
final
tagsAll → Input<Map<String, String>?>?
Map of tags assigned to the resource, including those inherited from the provider defaultTags configuration 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