AWSS3BucketLocationConstraint
Objective-C
NS_ENUM(NSInteger, AWSS3BucketLocationConstraint) {
AWSS3BucketLocationConstraintBlank,
AWSS3BucketLocationConstraintUnknown,
AWSS3BucketLocationConstraintAFSouth1,
AWSS3BucketLocationConstraintAPEast1,
AWSS3BucketLocationConstraintAPNortheast1,
AWSS3BucketLocationConstraintAPNortheast2,
AWSS3BucketLocationConstraintAPNortheast3,
AWSS3BucketLocationConstraintAPSouth1,
AWSS3BucketLocationConstraintAPSouth2,
AWSS3BucketLocationConstraintAPSoutheast1,
AWSS3BucketLocationConstraintAPSoutheast2,
AWSS3BucketLocationConstraintAPSoutheast3,
AWSS3BucketLocationConstraintAPSoutheast4,
AWSS3BucketLocationConstraintAPSoutheast5,
AWSS3BucketLocationConstraintCACentral1,
AWSS3BucketLocationConstraintCAWest1,
AWSS3BucketLocationConstraintCNNorth1,
AWSS3BucketLocationConstraintCNNorthwest1,
AWSS3BucketLocationConstraintEU,
AWSS3BucketLocationConstraintEUCentral1,
AWSS3BucketLocationConstraintEUCentral2,
AWSS3BucketLocationConstraintEUNorth1,
AWSS3BucketLocationConstraintEUSouth1,
AWSS3BucketLocationConstraintEUSouth2,
AWSS3BucketLocationConstraintEUWest1,
AWSS3BucketLocationConstraintEUWest2,
AWSS3BucketLocationConstraintEUWest3,
AWSS3BucketLocationConstraintILCentral1,
AWSS3BucketLocationConstraintMECentral1,
AWSS3BucketLocationConstraintMESouth1,
AWSS3BucketLocationConstraintSAEast1,
AWSS3BucketLocationConstraintUSEast2,
AWSS3BucketLocationConstraintUSGovEast1,
AWSS3BucketLocationConstraintUSGovWest1,
AWSS3BucketLocationConstraintUSWest1,
AWSS3BucketLocationConstraintUSWest2,
}
Swift
enum AWSS3BucketLocationConstraint : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSS3BucketLocationConstraintBlank
Swift
case blank = 0
-
Undocumented
Declaration
Objective-C
AWSS3BucketLocationConstraintUnknown
Swift
case unknown = 1
-
Undocumented
Declaration
Objective-C
AWSS3BucketLocationConstraintAFSouth1
Swift
case afSouth1 = 2
-
Undocumented
Declaration
Objective-C
AWSS3BucketLocationConstraintAPEast1
Swift
case apEast1 = 3
-
Undocumented
Declaration
Objective-C
AWSS3BucketLocationConstraintAPNortheast1
Swift
case apNortheast1 = 4
-
Undocumented
Declaration
Objective-C
AWSS3BucketLocationConstraintAPNortheast2
Swift
case apNortheast2 = 5
-
Undocumented
Declaration
Objective-C
AWSS3BucketLocationConstraintAPNortheast3
Swift
case apNortheast3 = 6
-
Undocumented
Declaration
Objective-C
AWSS3BucketLocationConstraintAPSouth1
Swift
case apSouth1 = 7
-
Undocumented
Declaration
Objective-C
AWSS3BucketLocationConstraintAPSouth2
Swift
case apSouth2 = 8
-
Undocumented
Declaration
Objective-C
AWSS3BucketLocationConstraintAPSoutheast1
Swift
case apSoutheast1 = 9
-
Undocumented
Declaration
Objective-C
AWSS3BucketLocationConstraintAPSoutheast2
Swift
case apSoutheast2 = 10
-
Undocumented
Declaration
Objective-C
AWSS3BucketLocationConstraintAPSoutheast3
Swift
case apSoutheast3 = 11
-
Undocumented
Declaration
Objective-C
AWSS3BucketLocationConstraintAPSoutheast4
Swift
case apSoutheast4 = 12
-
Undocumented
Declaration
Objective-C
AWSS3BucketLocationConstraintAPSoutheast5
Swift
case apSoutheast5 = 13
-
Undocumented
Declaration
Objective-C
AWSS3BucketLocationConstraintCACentral1
Swift
case caCentral1 = 14
-
Undocumented
Declaration
Objective-C
AWSS3BucketLocationConstraintCAWest1
Swift
case caWest1 = 15
-
Undocumented
Declaration
Objective-C
AWSS3BucketLocationConstraintCNNorth1
Swift
case cnNorth1 = 16
-
Undocumented
Declaration
Objective-C
AWSS3BucketLocationConstraintCNNorthwest1
Swift
case cnNorthwest1 = 17
-
Undocumented
Declaration
Objective-C
AWSS3BucketLocationConstraintEU
Swift
case EU = 18
-
Undocumented
Declaration
Objective-C
AWSS3BucketLocationConstraintEUCentral1
Swift
case euCentral1 = 19
-
Undocumented
Declaration
Objective-C
AWSS3BucketLocationConstraintEUCentral2
Swift
case euCentral2 = 20
-
Undocumented
Declaration
Objective-C
AWSS3BucketLocationConstraintEUNorth1
Swift
case euNorth1 = 21
-
Undocumented
Declaration
Objective-C
AWSS3BucketLocationConstraintEUSouth1
Swift
case euSouth1 = 22
-
Undocumented
Declaration
Objective-C
AWSS3BucketLocationConstraintEUSouth2
Swift
case euSouth2 = 23
-
Undocumented
Declaration
Objective-C
AWSS3BucketLocationConstraintEUWest1
Swift
case euWest1 = 24
-
Undocumented
Declaration
Objective-C
AWSS3BucketLocationConstraintEUWest2
Swift
case euWest2 = 25
-
Undocumented
Declaration
Objective-C
AWSS3BucketLocationConstraintEUWest3
Swift
case euWest3 = 26
-
Undocumented
Declaration
Objective-C
AWSS3BucketLocationConstraintILCentral1
Swift
case ilCentral1 = 27
-
Undocumented
Declaration
Objective-C
AWSS3BucketLocationConstraintMECentral1
Swift
case meCentral1 = 28
-
Undocumented
Declaration
Objective-C
AWSS3BucketLocationConstraintMESouth1
Swift
case meSouth1 = 29
-
Undocumented
Declaration
Objective-C
AWSS3BucketLocationConstraintSAEast1
Swift
case saEast1 = 30
-
Undocumented
Declaration
Objective-C
AWSS3BucketLocationConstraintUSEast2
Swift
case usEast2 = 31
-
Undocumented
Declaration
Objective-C
AWSS3BucketLocationConstraintUSGovEast1
Swift
case usGovEast1 = 32
-
Undocumented
Declaration
Objective-C
AWSS3BucketLocationConstraintUSGovWest1
Swift
case usGovWest1 = 33
-
Undocumented
Declaration
Objective-C
AWSS3BucketLocationConstraintUSWest1
Swift
case usWest1 = 34
-
Undocumented
Declaration
Objective-C
AWSS3BucketLocationConstraintUSWest2
Swift
case usWest2 = 35