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 |
Documentation
data UpdateBackendAuthIdentityPoolConfig Source #
Describes the authorization configuration for the Amazon Cognito identity pool, provisioned as a part of your auth resource in the Amplify project.
See: newUpdateBackendAuthIdentityPoolConfig
smart constructor.
UpdateBackendAuthIdentityPoolConfig' | |
|
Instances
Eq UpdateBackendAuthIdentityPoolConfig Source # | |
Read UpdateBackendAuthIdentityPoolConfig Source # | |
Show UpdateBackendAuthIdentityPoolConfig Source # | |
Generic UpdateBackendAuthIdentityPoolConfig Source # | |
NFData UpdateBackendAuthIdentityPoolConfig Source # | |
Hashable UpdateBackendAuthIdentityPoolConfig Source # | |
ToJSON UpdateBackendAuthIdentityPoolConfig Source # | |
type Rep UpdateBackendAuthIdentityPoolConfig Source # | |
Defined in Amazonka.AmplifyBackend.Types.UpdateBackendAuthIdentityPoolConfig type Rep UpdateBackendAuthIdentityPoolConfig = D1 ('MetaData "UpdateBackendAuthIdentityPoolConfig" "Amazonka.AmplifyBackend.Types.UpdateBackendAuthIdentityPoolConfig" "libZSservicesZSamazonka-amplifybackendZSamazonka-amplifybackend" 'False) (C1 ('MetaCons "UpdateBackendAuthIdentityPoolConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "unauthenticatedLogin") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) |
newUpdateBackendAuthIdentityPoolConfig :: UpdateBackendAuthIdentityPoolConfig Source #
Create a value of UpdateBackendAuthIdentityPoolConfig
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:UpdateBackendAuthIdentityPoolConfig'
, updateBackendAuthIdentityPoolConfig_unauthenticatedLogin
- A boolean value that can be set to allow or disallow guest-level
authorization into your Amplify app.
updateBackendAuthIdentityPoolConfig_unauthenticatedLogin :: Lens' UpdateBackendAuthIdentityPoolConfig (Maybe Bool) Source #
A boolean value that can be set to allow or disallow guest-level authorization into your Amplify app.