LocalGatewayRouteTableState class

Input properties used for looking up and filtering LocalGatewayRouteTable resources.

Constructors

LocalGatewayRouteTableState({Input<String?>? arn, Input<String?>? localGatewayId, Input<String?>? localGatewayRouteTableId, Input<String?>? mode, Input<String?>? outpostArn, Input<String?>? ownerId, Input<String?>? region, Input<String?>? state, Input<Map<String, String>?>? tags, Input<Map<String, String>?>? tagsAll, Input<LocalGatewayRouteTableTimeouts?>? timeouts})
Creates a new LocalGatewayRouteTableState. arn ARN of the Local Gateway Route Table. localGatewayId Identifier of the EC2 Local Gateway. localGatewayRouteTableId Identifier of the Local Gateway Route Table. mode Mode of the Local Gateway Route Table. Valid values: direct-vpc-routing, coip. outpostArn ARN of the Outpost. ownerId AWS account identifier that owns the Local Gateway Route Table. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. state State of the Local Gateway Route Table. 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. timeouts Optional.
const
LocalGatewayRouteTableState.fromMap(Map<String, dynamic> map)
factory

Properties

arn → Input<String?>?
ARN of the Local Gateway Route Table.
final
hashCode int
The hash code for this object.
no setterinherited
localGatewayId → Input<String?>?
Identifier of the EC2 Local Gateway.
final
localGatewayRouteTableId → Input<String?>?
Identifier of the Local Gateway Route Table.
final
mode → Input<String?>?
Mode of the Local Gateway Route Table. Valid values: direct-vpc-routing, coip.
final
outpostArn → Input<String?>?
ARN of the Outpost.
final
ownerId → Input<String?>?
AWS account identifier that owns the Local Gateway Route Table.
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 Local Gateway Route Table.
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
timeouts → Input<LocalGatewayRouteTableTimeouts?>?
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