AWSRegionType enum

These Region Types match to the AWS Regions.

Inheritance

Constructors

AWSRegionType()
const

Values

USEast1 → const AWSRegionType

us-east-1 AWS region

USWest1 → const AWSRegionType

us-west-1 AWS region

USWest2 → const AWSRegionType

us-west-2 AWS region

EUWest1 → const AWSRegionType

eu-west-1 AWS Region

EUCentral1 → const AWSRegionType

eu-central-1 AWS Region

APNortheast1 → const AWSRegionType

ap-northeast-1 AWS Region

APNortheast2 → const AWSRegionType

ap-northeast-2 AWS Region

APSoutheast1 → const AWSRegionType

ap-southeast-1 AWS Region

APSoutheast2 → const AWSRegionType

ap-southeast-2 AWS Region

SAEast1 → const AWSRegionType

sa-east-1 AWS Region

CNNorth1 → const AWSRegionType

cn-north-1 AWS Region

USGovWest1 → const AWSRegionType

us-gov-west-1 AWS Region

Unknown → const AWSRegionType

Unknown AWS Region

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<AWSRegionType>
A constant List of the values in this enum, in order of their declaration.