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 ProviderUserIdentifierType = ProviderUserIdentifierType' {}
- newProviderUserIdentifierType :: ProviderUserIdentifierType
- providerUserIdentifierType_providerAttributeValue :: Lens' ProviderUserIdentifierType (Maybe Text)
- providerUserIdentifierType_providerAttributeName :: Lens' ProviderUserIdentifierType (Maybe Text)
- providerUserIdentifierType_providerName :: Lens' ProviderUserIdentifierType (Maybe Text)
Documentation
data ProviderUserIdentifierType Source #
A container for information about an identity provider for a user pool.
See: newProviderUserIdentifierType
smart constructor.
ProviderUserIdentifierType' | |
|
Instances
newProviderUserIdentifierType :: ProviderUserIdentifierType Source #
Create a value of ProviderUserIdentifierType
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:providerAttributeValue:ProviderUserIdentifierType'
, providerUserIdentifierType_providerAttributeValue
- The value of the provider attribute to link to, for example,
xxxxx_account
.
$sel:providerAttributeName:ProviderUserIdentifierType'
, providerUserIdentifierType_providerAttributeName
- The name of the provider attribute to link to, for example, NameID
.
$sel:providerName:ProviderUserIdentifierType'
, providerUserIdentifierType_providerName
- The name of the provider, for example, Facebook, Google, or Login with
Amazon.
providerUserIdentifierType_providerAttributeValue :: Lens' ProviderUserIdentifierType (Maybe Text) Source #
The value of the provider attribute to link to, for example,
xxxxx_account
.
providerUserIdentifierType_providerAttributeName :: Lens' ProviderUserIdentifierType (Maybe Text) Source #
The name of the provider attribute to link to, for example, NameID
.
providerUserIdentifierType_providerName :: Lens' ProviderUserIdentifierType (Maybe Text) Source #
The name of the provider, for example, Facebook, Google, or Login with Amazon.