| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.MacieV2.Types.BucketPublicAccess
Description
Synopsis
Documentation
data BucketPublicAccess Source #
Provides information about the permissions settings that determine whether an S3 bucket is publicly accessible.
See: newBucketPublicAccess smart constructor.
Constructors
| BucketPublicAccess' | |
Fields
| |
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: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.
$sel:permissionConfiguration:BucketPublicAccess', bucketPublicAccess_permissionConfiguration - 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.
bucketPublicAccess_permissionConfiguration :: Lens' BucketPublicAccess (Maybe BucketPermissionConfiguration) Source #
The account-level and bucket-level permissions settings for the bucket.