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< ? tags, Input<String, String> ?>Map< ? tagsAll, Input<String, String> ?>LocalGatewayRouteTableTimeouts?> ? timeouts}) -
Creates a new LocalGatewayRouteTableState.
arnARN of the Local Gateway Route Table.localGatewayIdIdentifier of the EC2 Local Gateway.localGatewayRouteTableIdIdentifier of the Local Gateway Route Table.modeMode of the Local Gateway Route Table. Valid values:direct-vpc-routing,coip.outpostArnARN of the Outpost.ownerIdAWS account identifier that owns the Local Gateway Route Table.regionRegion where this resource will be managed. Defaults to the Region set in the provider configuration.stateState of the Local Gateway Route Table.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.timeoutsOptional.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
-
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 -
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