libZSservicesZSamazonka-s3ZSamazonka-s3
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.S3.Types.CreateBucketConfiguration

Description

 
Synopsis

Documentation

data CreateBucketConfiguration Source #

The configuration information for the bucket.

See: newCreateBucketConfiguration smart constructor.

Constructors

CreateBucketConfiguration' 

Fields

Instances

Instances details
Eq CreateBucketConfiguration Source # 
Instance details

Defined in Amazonka.S3.Types.CreateBucketConfiguration

Read CreateBucketConfiguration Source # 
Instance details

Defined in Amazonka.S3.Types.CreateBucketConfiguration

Show CreateBucketConfiguration Source # 
Instance details

Defined in Amazonka.S3.Types.CreateBucketConfiguration

Generic CreateBucketConfiguration Source # 
Instance details

Defined in Amazonka.S3.Types.CreateBucketConfiguration

Associated Types

type Rep CreateBucketConfiguration :: Type -> Type #

NFData CreateBucketConfiguration Source # 
Instance details

Defined in Amazonka.S3.Types.CreateBucketConfiguration

Hashable CreateBucketConfiguration Source # 
Instance details

Defined in Amazonka.S3.Types.CreateBucketConfiguration

ToXML CreateBucketConfiguration Source # 
Instance details

Defined in Amazonka.S3.Types.CreateBucketConfiguration

type Rep CreateBucketConfiguration Source # 
Instance details

Defined in Amazonka.S3.Types.CreateBucketConfiguration

type Rep CreateBucketConfiguration = D1 ('MetaData "CreateBucketConfiguration" "Amazonka.S3.Types.CreateBucketConfiguration" "libZSservicesZSamazonka-s3ZSamazonka-s3" 'False) (C1 ('MetaCons "CreateBucketConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "locationConstraint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LocationConstraint))))

newCreateBucketConfiguration :: CreateBucketConfiguration Source #

Create a value of CreateBucketConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:locationConstraint:CreateBucketConfiguration', createBucketConfiguration_locationConstraint - 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).

createBucketConfiguration_locationConstraint :: Lens' CreateBucketConfiguration (Maybe LocationConstraint) Source #

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).