amazonka-amplifybackend-2.0: Amazon AmplifyBackend SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.AmplifyBackend.Types.BackendStoragePermissions

Description

 
Synopsis

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

Instances details
FromJSON BackendStoragePermissions Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.BackendStoragePermissions

ToJSON BackendStoragePermissions Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.BackendStoragePermissions

Generic BackendStoragePermissions Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.BackendStoragePermissions

Associated Types

type Rep BackendStoragePermissions :: Type -> Type #

Read BackendStoragePermissions Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.BackendStoragePermissions

Show BackendStoragePermissions Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.BackendStoragePermissions

NFData BackendStoragePermissions Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.BackendStoragePermissions

Eq BackendStoragePermissions Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.BackendStoragePermissions

Hashable BackendStoragePermissions Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.BackendStoragePermissions

type Rep BackendStoragePermissions Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.BackendStoragePermissions

type Rep BackendStoragePermissions = D1 ('MetaData "BackendStoragePermissions" "Amazonka.AmplifyBackend.Types.BackendStoragePermissions" "amazonka-amplifybackend-2.0-KAbme26dIsGHSomQ2pZcRc" 'False) (C1 ('MetaCons "BackendStoragePermissions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "unAuthenticated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [UnAuthenticatedElement])) :*: S1 ('MetaSel ('Just "authenticated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [AuthenticatedElement])))

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.