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 |
Synopsis
- data CreateBackendAuthIdentityPoolConfig = CreateBackendAuthIdentityPoolConfig' {}
- newCreateBackendAuthIdentityPoolConfig :: Bool -> Text -> CreateBackendAuthIdentityPoolConfig
- createBackendAuthIdentityPoolConfig_unauthenticatedLogin :: Lens' CreateBackendAuthIdentityPoolConfig Bool
- createBackendAuthIdentityPoolConfig_identityPoolName :: Lens' CreateBackendAuthIdentityPoolConfig Text
Documentation
data CreateBackendAuthIdentityPoolConfig Source #
Describes authorization configurations for the auth resources, configured as a part of your Amplify project.
See: newCreateBackendAuthIdentityPoolConfig
smart constructor.
CreateBackendAuthIdentityPoolConfig' | |
|
Instances
newCreateBackendAuthIdentityPoolConfig Source #
:: Bool |
|
-> Text | |
-> CreateBackendAuthIdentityPoolConfig |
Create a value of CreateBackendAuthIdentityPoolConfig
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:unauthenticatedLogin:CreateBackendAuthIdentityPoolConfig'
, createBackendAuthIdentityPoolConfig_unauthenticatedLogin
- Set to true or false based on whether you want to enable guest
authorization to your Amplify app.
$sel:identityPoolName:CreateBackendAuthIdentityPoolConfig'
, createBackendAuthIdentityPoolConfig_identityPoolName
- Name of the Amazon Cognito identity pool used for authorization.
createBackendAuthIdentityPoolConfig_unauthenticatedLogin :: Lens' CreateBackendAuthIdentityPoolConfig Bool Source #
Set to true or false based on whether you want to enable guest authorization to your Amplify app.
createBackendAuthIdentityPoolConfig_identityPoolName :: Lens' CreateBackendAuthIdentityPoolConfig Text Source #
Name of the Amazon Cognito identity pool used for authorization.