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.GetBackendStorageResourceConfig

Description

 
Synopsis

Documentation

data GetBackendStorageResourceConfig Source #

The details for a backend storage resource.

See: newGetBackendStorageResourceConfig smart constructor.

Constructors

GetBackendStorageResourceConfig' 

Fields

Instances

Instances details
FromJSON GetBackendStorageResourceConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.GetBackendStorageResourceConfig

Generic GetBackendStorageResourceConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.GetBackendStorageResourceConfig

Associated Types

type Rep GetBackendStorageResourceConfig :: Type -> Type #

Read GetBackendStorageResourceConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.GetBackendStorageResourceConfig

Show GetBackendStorageResourceConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.GetBackendStorageResourceConfig

NFData GetBackendStorageResourceConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.GetBackendStorageResourceConfig

Eq GetBackendStorageResourceConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.GetBackendStorageResourceConfig

Hashable GetBackendStorageResourceConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.GetBackendStorageResourceConfig

type Rep GetBackendStorageResourceConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.GetBackendStorageResourceConfig

type Rep GetBackendStorageResourceConfig = D1 ('MetaData "GetBackendStorageResourceConfig" "Amazonka.AmplifyBackend.Types.GetBackendStorageResourceConfig" "amazonka-amplifybackend-2.0-KAbme26dIsGHSomQ2pZcRc" 'False) (C1 ('MetaCons "GetBackendStorageResourceConfig'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "bucketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "permissions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BackendStoragePermissions))) :*: (S1 ('MetaSel ('Just "serviceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ServiceName) :*: S1 ('MetaSel ('Just "imported") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool))))

newGetBackendStorageResourceConfig Source #

Create a value of GetBackendStorageResourceConfig 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:bucketName:GetBackendStorageResourceConfig', getBackendStorageResourceConfig_bucketName - The name of the S3 bucket.

$sel:permissions:GetBackendStorageResourceConfig', getBackendStorageResourceConfig_permissions - The authorization configuration for the storage S3 bucket.

$sel:serviceName:GetBackendStorageResourceConfig', getBackendStorageResourceConfig_serviceName - The name of the storage service.

$sel:imported:GetBackendStorageResourceConfig', getBackendStorageResourceConfig_imported - Returns True if the storage resource has been imported.

getBackendStorageResourceConfig_imported :: Lens' GetBackendStorageResourceConfig Bool Source #

Returns True if the storage resource has been imported.