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 |
Synopsis
- data BucketLevelPermissions = BucketLevelPermissions' {}
- newBucketLevelPermissions :: BucketLevelPermissions
- bucketLevelPermissions_accessControlList :: Lens' BucketLevelPermissions (Maybe AccessControlList)
- bucketLevelPermissions_blockPublicAccess :: Lens' BucketLevelPermissions (Maybe BlockPublicAccess)
- bucketLevelPermissions_bucketPolicy :: Lens' BucketLevelPermissions (Maybe BucketPolicy)
Documentation
data BucketLevelPermissions Source #
Provides information about the bucket-level permissions settings for an S3 bucket.
See: newBucketLevelPermissions
smart constructor.
BucketLevelPermissions' | |
|
Instances
newBucketLevelPermissions :: BucketLevelPermissions Source #
Create a value of BucketLevelPermissions
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:accessControlList:BucketLevelPermissions'
, bucketLevelPermissions_accessControlList
- The permissions settings of the access control list (ACL) for the
bucket. This value is null if an ACL hasn't been defined for the
bucket.
$sel:blockPublicAccess:BucketLevelPermissions'
, bucketLevelPermissions_blockPublicAccess
- The block public access settings for the bucket.
$sel:bucketPolicy:BucketLevelPermissions'
, bucketLevelPermissions_bucketPolicy
- The permissions settings of the bucket policy for the bucket. This value
is null if a bucket policy hasn't been defined for the bucket.
bucketLevelPermissions_accessControlList :: Lens' BucketLevelPermissions (Maybe AccessControlList) Source #
The permissions settings of the access control list (ACL) for the bucket. This value is null if an ACL hasn't been defined for the bucket.
bucketLevelPermissions_blockPublicAccess :: Lens' BucketLevelPermissions (Maybe BlockPublicAccess) Source #
The block public access settings for the bucket.
bucketLevelPermissions_bucketPolicy :: Lens' BucketLevelPermissions (Maybe BucketPolicy) Source #
The permissions settings of the bucket policy for the bucket. This value is null if a bucket policy hasn't been defined for the bucket.