| 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.AccessControlList
Description
Documentation
data AccessControlList Source #
Provides information about the permissions settings of the bucket-level access control list (ACL) for an S3 bucket.
See: newAccessControlList smart constructor.
Constructors
| AccessControlList' | |
Fields
| |
Instances
newAccessControlList :: AccessControlList Source #
Create a value of AccessControlList 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:allowsPublicReadAccess:AccessControlList', accessControlList_allowsPublicReadAccess - Specifies whether the ACL grants the general public with read access
permissions for the bucket.
$sel:allowsPublicWriteAccess:AccessControlList', accessControlList_allowsPublicWriteAccess - Specifies whether the ACL grants the general public with write access
permissions for the bucket.
accessControlList_allowsPublicReadAccess :: Lens' AccessControlList (Maybe Bool) Source #
Specifies whether the ACL grants the general public with read access permissions for the bucket.
accessControlList_allowsPublicWriteAccess :: Lens' AccessControlList (Maybe Bool) Source #
Specifies whether the ACL grants the general public with write access permissions for the bucket.