Class: Aws::S3Control::Types::CreateBucketConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb

Overview

The container for the bucket configuration.

This is not supported by Amazon S3 on Outposts buckets.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#location_constraintString

Specifies the Region where the bucket will be created. If you are creating a bucket on the US East (N. Virginia) Region (us-east-1), you do not need to specify the location.

This is not supported by Amazon S3 on Outposts buckets.

Returns:

  • (String)


999
1000
1001
1002
1003
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 999

class CreateBucketConfiguration < Struct.new(
  :location_constraint)
  SENSITIVE = []
  include Aws::Structure
end