LocalGatewayRouteTableState constructor
- 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,String, String> ?> - Input<
Map< ? tagsAll,String, String> ?> - 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.
Implementation
const LocalGatewayRouteTableState({
this.arn,
this.localGatewayId,
this.localGatewayRouteTableId,
this.mode,
this.outpostArn,
this.ownerId,
this.region,
this.state,
this.tags,
this.tagsAll,
this.timeouts,
});