CloudWatchRegion enum
- Inheritance
- Available extensions
Values
- usEast_1 → const CloudWatchRegion
- usEast_2 → const CloudWatchRegion
- usWest_1 → const CloudWatchRegion
- usWest_2 → const CloudWatchRegion
- caCentral_1 → const CloudWatchRegion
- euCentral_1 → const CloudWatchRegion
- euWest_1 → const CloudWatchRegion
- euWest_2 → const CloudWatchRegion
- euWest_3 → const CloudWatchRegion
- apEast_1 → const CloudWatchRegion
- meSouth_1 → const CloudWatchRegion
- apSouth_1 → const CloudWatchRegion
- apSoutheast_1 → const CloudWatchRegion
- apSoutheast_2 → const CloudWatchRegion
- apNortheast_1 → const CloudWatchRegion
- apNortheast_2 → const CloudWatchRegion
- apNortheast_3 → const CloudWatchRegion
- euNorth_1 → const CloudWatchRegion
- saEast_1 → const CloudWatchRegion
- cnNorthwest_1 → const CloudWatchRegion
- cnNorth_1 → const CloudWatchRegion
- afSouth_1 → const CloudWatchRegion
- euSouth_1 → const CloudWatchRegion
- usGovWest_1 → const CloudWatchRegion
- usGovEast_1 → const CloudWatchRegion
- usIsoEast_1 → const CloudWatchRegion
- usIsobEast_1 → const CloudWatchRegion
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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
-
toValue(
) → String -
Available on CloudWatchRegion, provided by the CloudWatchRegionValueExtension extension
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
CloudWatchRegion> - A constant List of the values in this enum, in order of their declaration.