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

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

Overview

The container for the bucket configuration.

<note markdown=“1”> This is not supported by Amazon S3 on Outposts buckets.

</note>

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.

<note markdown=“1”> This is not supported by Amazon S3 on Outposts buckets.

</note>

Returns:

  • (String)


1029
1030
1031
1032
1033
# File 'lib/aws-sdk-s3control/types.rb', line 1029

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