AWSS3BucketLocationConstraint
Objective-C
NS_ENUM(NSInteger, AWSS3BucketLocationConstraint) {
AWSS3BucketLocationConstraintBlank,
AWSS3BucketLocationConstraintUnknown,
AWSS3BucketLocationConstraintAFSouth1,
AWSS3BucketLocationConstraintAPEast1,
AWSS3BucketLocationConstraintAPEast2,
AWSS3BucketLocationConstraintAPNortheast1,
AWSS3BucketLocationConstraintAPNortheast2,
AWSS3BucketLocationConstraintAPNortheast3,
AWSS3BucketLocationConstraintAPSouth1,
AWSS3BucketLocationConstraintAPSouth2,
AWSS3BucketLocationConstraintAPSoutheast1,
AWSS3BucketLocationConstraintAPSoutheast2,
AWSS3BucketLocationConstraintAPSoutheast3,
AWSS3BucketLocationConstraintAPSoutheast4,
AWSS3BucketLocationConstraintAPSoutheast5,
AWSS3BucketLocationConstraintAPSoutheast7,
AWSS3BucketLocationConstraintCACentral1,
AWSS3BucketLocationConstraintCAWest1,
AWSS3BucketLocationConstraintCNNorth1,
AWSS3BucketLocationConstraintCNNorthwest1,
AWSS3BucketLocationConstraintEU,
AWSS3BucketLocationConstraintEUCentral1,
AWSS3BucketLocationConstraintEUCentral2,
AWSS3BucketLocationConstraintEUNorth1,
AWSS3BucketLocationConstraintEUSouth1,
AWSS3BucketLocationConstraintEUSouth2,
AWSS3BucketLocationConstraintEUWest1,
AWSS3BucketLocationConstraintEUWest2,
AWSS3BucketLocationConstraintEUWest3,
AWSS3BucketLocationConstraintILCentral1,
AWSS3BucketLocationConstraintMECentral1,
AWSS3BucketLocationConstraintMESouth1,
AWSS3BucketLocationConstraintSAEast1,
AWSS3BucketLocationConstraintUSEast2,
AWSS3BucketLocationConstraintUSGovEast1,
AWSS3BucketLocationConstraintUSGovWest1,
AWSS3BucketLocationConstraintUSWest1,
AWSS3BucketLocationConstraintUSWest2,
AWSS3BucketLocationConstraintMXCentral1,
}
Swift
enum AWSS3BucketLocationConstraint : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSS3BucketLocationConstraintBlankSwift
case blank = 0 -
Undocumented
Declaration
Objective-C
AWSS3BucketLocationConstraintUnknownSwift
case unknown = 1 -
Undocumented
Declaration
Objective-C
AWSS3BucketLocationConstraintAFSouth1Swift
case afSouth1 = 2 -
Undocumented
Declaration
Objective-C
AWSS3BucketLocationConstraintAPEast1Swift
case apEast1 = 3 -
Undocumented
Declaration
Objective-C
AWSS3BucketLocationConstraintAPEast2Swift
case apEast2 = 4 -
Undocumented
Declaration
Objective-C
AWSS3BucketLocationConstraintAPNortheast1Swift
case apNortheast1 = 5 -
Undocumented
Declaration
Objective-C
AWSS3BucketLocationConstraintAPNortheast2Swift
case apNortheast2 = 6 -
Undocumented
Declaration
Objective-C
AWSS3BucketLocationConstraintAPNortheast3Swift
case apNortheast3 = 7 -
Undocumented
Declaration
Objective-C
AWSS3BucketLocationConstraintAPSouth1Swift
case apSouth1 = 8 -
Undocumented
Declaration
Objective-C
AWSS3BucketLocationConstraintAPSouth2Swift
case apSouth2 = 9 -
Undocumented
Declaration
Objective-C
AWSS3BucketLocationConstraintAPSoutheast1Swift
case apSoutheast1 = 10 -
Undocumented
Declaration
Objective-C
AWSS3BucketLocationConstraintAPSoutheast2Swift
case apSoutheast2 = 11 -
Undocumented
Declaration
Objective-C
AWSS3BucketLocationConstraintAPSoutheast3Swift
case apSoutheast3 = 12 -
Undocumented
Declaration
Objective-C
AWSS3BucketLocationConstraintAPSoutheast4Swift
case apSoutheast4 = 13 -
Undocumented
Declaration
Objective-C
AWSS3BucketLocationConstraintAPSoutheast5Swift
case apSoutheast5 = 14 -
Undocumented
Declaration
Objective-C
AWSS3BucketLocationConstraintAPSoutheast7Swift
case apSoutheast7 = 15 -
Undocumented
Declaration
Objective-C
AWSS3BucketLocationConstraintCACentral1Swift
case caCentral1 = 16 -
Undocumented
Declaration
Objective-C
AWSS3BucketLocationConstraintCAWest1Swift
case caWest1 = 17 -
Undocumented
Declaration
Objective-C
AWSS3BucketLocationConstraintCNNorth1Swift
case cnNorth1 = 18 -
Undocumented
Declaration
Objective-C
AWSS3BucketLocationConstraintCNNorthwest1Swift
case cnNorthwest1 = 19 -
Undocumented
Declaration
Objective-C
AWSS3BucketLocationConstraintEUSwift
case EU = 20 -
Undocumented
Declaration
Objective-C
AWSS3BucketLocationConstraintEUCentral1Swift
case euCentral1 = 21 -
Undocumented
Declaration
Objective-C
AWSS3BucketLocationConstraintEUCentral2Swift
case euCentral2 = 22 -
Undocumented
Declaration
Objective-C
AWSS3BucketLocationConstraintEUNorth1Swift
case euNorth1 = 23 -
Undocumented
Declaration
Objective-C
AWSS3BucketLocationConstraintEUSouth1Swift
case euSouth1 = 24 -
Undocumented
Declaration
Objective-C
AWSS3BucketLocationConstraintEUSouth2Swift
case euSouth2 = 25 -
Undocumented
Declaration
Objective-C
AWSS3BucketLocationConstraintEUWest1Swift
case euWest1 = 26 -
Undocumented
Declaration
Objective-C
AWSS3BucketLocationConstraintEUWest2Swift
case euWest2 = 27 -
Undocumented
Declaration
Objective-C
AWSS3BucketLocationConstraintEUWest3Swift
case euWest3 = 28 -
Undocumented
Declaration
Objective-C
AWSS3BucketLocationConstraintILCentral1Swift
case ilCentral1 = 29 -
Undocumented
Declaration
Objective-C
AWSS3BucketLocationConstraintMECentral1Swift
case meCentral1 = 30 -
Undocumented
Declaration
Objective-C
AWSS3BucketLocationConstraintMESouth1Swift
case meSouth1 = 31 -
Undocumented
Declaration
Objective-C
AWSS3BucketLocationConstraintSAEast1Swift
case saEast1 = 32 -
Undocumented
Declaration
Objective-C
AWSS3BucketLocationConstraintUSEast2Swift
case usEast2 = 33 -
Undocumented
Declaration
Objective-C
AWSS3BucketLocationConstraintUSGovEast1Swift
case usGovEast1 = 34 -
Undocumented
Declaration
Objective-C
AWSS3BucketLocationConstraintUSGovWest1Swift
case usGovWest1 = 35 -
Undocumented
Declaration
Objective-C
AWSS3BucketLocationConstraintUSWest1Swift
case usWest1 = 36 -
Undocumented
Declaration
Objective-C
AWSS3BucketLocationConstraintUSWest2Swift
case usWest2 = 37 -
Undocumented
Declaration
Objective-C
AWSS3BucketLocationConstraintMXCentral1Swift
case mxCentral1 = 38
View on GitHub
Install in Dash
AWSS3BucketLocationConstraint Enumeration Reference