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