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
Documentation
data CognitoConfig Source #
Use this parameter to configure your Amazon Cognito workforce. A single Cognito workforce is created using and corresponds to a single Amazon Cognito user pool.
See: newCognitoConfig
smart constructor.
CognitoConfig' | |
|
Instances
Create a value of CognitoConfig
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:userPool:CognitoConfig'
, cognitoConfig_userPool
- A
user pool
is a user directory in Amazon Cognito. With a user pool, your users can
sign in to your web or mobile app through Amazon Cognito. Your users can
also sign in through social identity providers like Google, Facebook,
Amazon, or Apple, and through SAML identity providers.
$sel:clientId:CognitoConfig'
, cognitoConfig_clientId
- The client ID for your Amazon Cognito user pool.
cognitoConfig_userPool :: Lens' CognitoConfig Text Source #
A user pool is a user directory in Amazon Cognito. With a user pool, your users can sign in to your web or mobile app through Amazon Cognito. Your users can also sign in through social identity providers like Google, Facebook, Amazon, or Apple, and through SAML identity providers.
cognitoConfig_clientId :: Lens' CognitoConfig Text Source #
The client ID for your Amazon Cognito user pool.