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 PublicAccess Source #
Describes the public access policies that apply to the S3 bucket.
See: newPublicAccess
smart constructor.
PublicAccess' | |
|
Instances
newPublicAccess :: PublicAccess Source #
Create a value of PublicAccess
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:PublicAccess'
, publicAccess_permissionConfiguration
- Contains information about how permissions are configured for the S3
bucket.
$sel:effectivePermission:PublicAccess'
, publicAccess_effectivePermission
- Describes the effective permission on this bucket after factoring all
attached policies.
publicAccess_permissionConfiguration :: Lens' PublicAccess (Maybe PermissionConfiguration) Source #
Contains information about how permissions are configured for the S3 bucket.
publicAccess_effectivePermission :: Lens' PublicAccess (Maybe Text) Source #
Describes the effective permission on this bucket after factoring all attached policies.