libZSservicesZSamazonka-amplifybackendZSamazonka-amplifybackend
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.AmplifyBackend.Types.CreateBackendAuthResourceConfig

Description

 
Synopsis

Documentation

data CreateBackendAuthResourceConfig Source #

Defines the resource configuration when creating an auth resource in your Amplify project.

See: newCreateBackendAuthResourceConfig smart constructor.

Constructors

CreateBackendAuthResourceConfig' 

Fields

Instances

Instances details
Eq CreateBackendAuthResourceConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.CreateBackendAuthResourceConfig

Read CreateBackendAuthResourceConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.CreateBackendAuthResourceConfig

Show CreateBackendAuthResourceConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.CreateBackendAuthResourceConfig

Generic CreateBackendAuthResourceConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.CreateBackendAuthResourceConfig

Associated Types

type Rep CreateBackendAuthResourceConfig :: Type -> Type #

NFData CreateBackendAuthResourceConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.CreateBackendAuthResourceConfig

Hashable CreateBackendAuthResourceConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.CreateBackendAuthResourceConfig

ToJSON CreateBackendAuthResourceConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.CreateBackendAuthResourceConfig

FromJSON CreateBackendAuthResourceConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.CreateBackendAuthResourceConfig

type Rep CreateBackendAuthResourceConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.CreateBackendAuthResourceConfig

type Rep CreateBackendAuthResourceConfig = D1 ('MetaData "CreateBackendAuthResourceConfig" "Amazonka.AmplifyBackend.Types.CreateBackendAuthResourceConfig" "libZSservicesZSamazonka-amplifybackendZSamazonka-amplifybackend" 'False) (C1 ('MetaCons "CreateBackendAuthResourceConfig'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "identityPoolConfigs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CreateBackendAuthIdentityPoolConfig)) :*: S1 ('MetaSel ('Just "authResources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AuthResources)) :*: (S1 ('MetaSel ('Just "userPoolConfigs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 CreateBackendAuthUserPoolConfig) :*: S1 ('MetaSel ('Just "service") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Service))))

newCreateBackendAuthResourceConfig Source #

Create a value of CreateBackendAuthResourceConfig 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:identityPoolConfigs:CreateBackendAuthResourceConfig', createBackendAuthResourceConfig_identityPoolConfigs - Describes the authorization configuration for the Amazon Cognito identity pool, provisioned as a part of your auth resource in the Amplify project.

$sel:authResources:CreateBackendAuthResourceConfig', createBackendAuthResourceConfig_authResources - Defines whether you want to configure only authentication or both authentication and authorization settings.

$sel:userPoolConfigs:CreateBackendAuthResourceConfig', createBackendAuthResourceConfig_userPoolConfigs - Describes authentication configuration for the Amazon Cognito user pool, provisioned as a part of your auth resource in the Amplify project.

$sel:service:CreateBackendAuthResourceConfig', createBackendAuthResourceConfig_service - Defines the service name to use when configuring an authentication resource in your Amplify project.

createBackendAuthResourceConfig_identityPoolConfigs :: Lens' CreateBackendAuthResourceConfig (Maybe CreateBackendAuthIdentityPoolConfig) Source #

Describes the authorization configuration for the Amazon Cognito identity pool, provisioned as a part of your auth resource in the Amplify project.

createBackendAuthResourceConfig_authResources :: Lens' CreateBackendAuthResourceConfig AuthResources Source #

Defines whether you want to configure only authentication or both authentication and authorization settings.

createBackendAuthResourceConfig_userPoolConfigs :: Lens' CreateBackendAuthResourceConfig CreateBackendAuthUserPoolConfig Source #

Describes authentication configuration for the Amazon Cognito user pool, provisioned as a part of your auth resource in the Amplify project.

createBackendAuthResourceConfig_service :: Lens' CreateBackendAuthResourceConfig Service Source #

Defines the service name to use when configuring an authentication resource in your Amplify project.