Skip to content

Commit

Permalink
Update Region.java (#72)
Browse files Browse the repository at this point in the history
Update Regions
  • Loading branch information
emilva committed Jan 31, 2018
1 parent a64b00c commit 32ac29e
Showing 1 changed file with 6 additions and 0 deletions.
Expand Up @@ -16,16 +16,22 @@ public enum Region {

GovCloud("us-gov-west-1"),
US_EAST_1("us-east-1"),
US_EAST_2("us-east-2"),
US_WEST_1("us-west-1"),
US_WEST_2("us-west-2"),
EU_WEST_1("eu-west-1"),
EU_WEST_2("eu-west-2"),
EU_WEST_3("eu-west-3"),
EU_CENTRAL_1("eu-central-1"),
AP_SOUTH_1("ap-south-1"),
AP_SOUTHEAST_1("ap-southeast-1"),
AP_SOUTHEAST_2("ap-southeast-2"),
AP_NORTHEAST_1("ap-northeast-1"),
AP_NORTHEAST_2("ap-northeast-2"),
SA_EAST_1("sa-east-1"),
CN_NORTH_1("cn-north-1"),
CN_NORTHWEST_1("cn-northwest-1"),
CA_CENTRAL_1("ca-central-1"),
;

private static Map<String, Region> regionMap = new HashMap();
Expand Down

0 comments on commit 32ac29e

Please sign in to comment.