Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data CreateBucketConfiguration Source #
The configuration information for the bucket.
See: newCreateBucketConfiguration
smart constructor.
CreateBucketConfiguration' | |
|
Instances
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).