| 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.AmplifyBackend.Types.BackendStoragePermissions
Description
Synopsis
- data BackendStoragePermissions = BackendStoragePermissions' {}
- newBackendStoragePermissions :: BackendStoragePermissions
- backendStoragePermissions_unAuthenticated :: Lens' BackendStoragePermissions (Maybe [UnAuthenticatedElement])
- backendStoragePermissions_authenticated :: Lens' BackendStoragePermissions [AuthenticatedElement]
Documentation
data BackendStoragePermissions Source #
Describes the read, write, and delete permissions users have against your storage S3 bucket.
See: newBackendStoragePermissions smart constructor.
Constructors
| BackendStoragePermissions' | |
Fields
| |
Instances
newBackendStoragePermissions :: BackendStoragePermissions Source #
Create a value of BackendStoragePermissions 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:unAuthenticated:BackendStoragePermissions', backendStoragePermissions_unAuthenticated - Lists all unauthenticated user read, write, and delete permissions for
your S3 bucket.
$sel:authenticated:BackendStoragePermissions', backendStoragePermissions_authenticated - Lists all authenticated user read, write, and delete permissions for
your S3 bucket.
backendStoragePermissions_unAuthenticated :: Lens' BackendStoragePermissions (Maybe [UnAuthenticatedElement]) Source #
Lists all unauthenticated user read, write, and delete permissions for your S3 bucket.
backendStoragePermissions_authenticated :: Lens' BackendStoragePermissions [AuthenticatedElement] Source #
Lists all authenticated user read, write, and delete permissions for your S3 bucket.