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
Documentation
data BucketPublicAccess Source #
Provides information about the permissions settings that determine whether an S3 bucket is publicly accessible.
See: newBucketPublicAccess
smart constructor.
BucketPublicAccess' | |
|
Instances
newBucketPublicAccess :: BucketPublicAccess Source #
Create a value of BucketPublicAccess
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:permissionConfiguration:BucketPublicAccess'
, bucketPublicAccess_permissionConfiguration
- The account-level and bucket-level permissions settings for the bucket.
$sel:effectivePermission:BucketPublicAccess'
, bucketPublicAccess_effectivePermission
- Specifies whether the bucket is publicly accessible due to the
combination of permissions settings that apply to the bucket. Possible
values are:
- NOT_PUBLIC - The bucket isn't publicly accessible.
- PUBLIC - The bucket is publicly accessible.
- UNKNOWN - Amazon Macie can't determine whether the bucket is publicly accessible.
bucketPublicAccess_permissionConfiguration :: Lens' BucketPublicAccess (Maybe BucketPermissionConfiguration) Source #
The account-level and bucket-level permissions settings for the bucket.
bucketPublicAccess_effectivePermission :: Lens' BucketPublicAccess (Maybe EffectivePermission) Source #
Specifies whether the bucket is publicly accessible due to the combination of permissions settings that apply to the bucket. Possible values are:
- NOT_PUBLIC - The bucket isn't publicly accessible.
- PUBLIC - The bucket is publicly accessible.
- UNKNOWN - Amazon Macie can't determine whether the bucket is publicly accessible.