CreateBucketConfiguration
public struct CreateBucketConfiguration : AWSShape
                Undocumented
- 
                  
                  
Declaration
Swift
public static var _members: [AWSShapeMember] - 
                  
                  
Specifies the Region where the bucket will be created. If you don’t specify a Region, the bucket is created in the US East (N. Virginia) Region (us-east-1).
Declaration
Swift
public let locationConstraint: BucketLocationConstraint? - 
                  
                  
Undocumented
Declaration
Swift
public init(locationConstraint: BucketLocationConstraint? = nil) 
View on GitHub
        CreateBucketConfiguration Structure Reference