We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a64b00c commit 32ac29eCopy full SHA for 32ac29e
sdk/src/main/java/com/schibsted/security/strongbox/sdk/types/Region.java
@@ -16,16 +16,22 @@ public enum Region {
16
17
GovCloud("us-gov-west-1"),
18
US_EAST_1("us-east-1"),
19
+ US_EAST_2("us-east-2"),
20
US_WEST_1("us-west-1"),
21
US_WEST_2("us-west-2"),
22
EU_WEST_1("eu-west-1"),
23
+ EU_WEST_2("eu-west-2"),
24
+ EU_WEST_3("eu-west-3"),
25
EU_CENTRAL_1("eu-central-1"),
26
+ AP_SOUTH_1("ap-south-1"),
27
AP_SOUTHEAST_1("ap-southeast-1"),
28
AP_SOUTHEAST_2("ap-southeast-2"),
29
AP_NORTHEAST_1("ap-northeast-1"),
30
AP_NORTHEAST_2("ap-northeast-2"),
31
SA_EAST_1("sa-east-1"),
32
CN_NORTH_1("cn-north-1"),
33
+ CN_NORTHWEST_1("cn-northwest-1"),
34
+ CA_CENTRAL_1("ca-central-1"),
35
;
36
37
private static Map<String, Region> regionMap = new HashMap();
0 commit comments