| Package | Description |
|---|---|
| software.amazon.awscdk.services.cognito |
Amazon Cognito Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AttributeMapping.Jsii$Proxy
An implementation for
AttributeMapping |
| Modifier and Type | Method and Description |
|---|---|
AttributeMapping |
AttributeMapping.Builder.build()
Builds the configured instance.
|
AttributeMapping |
UserPoolIdentityProviderFacebookProps.Jsii$Proxy.getAttributeMapping() |
AttributeMapping |
UserPoolIdentityProviderAmazonProps.Jsii$Proxy.getAttributeMapping() |
AttributeMapping |
UserPoolIdentityProviderAppleProps.Jsii$Proxy.getAttributeMapping() |
default AttributeMapping |
UserPoolIdentityProviderProps.getAttributeMapping()
(experimental) Mapping attributes from the identity provider to standard and custom attributes of the user pool.
|
AttributeMapping |
UserPoolIdentityProviderProps.Jsii$Proxy.getAttributeMapping() |
AttributeMapping |
UserPoolIdentityProviderGoogleProps.Jsii$Proxy.getAttributeMapping() |
| Modifier and Type | Method and Description |
|---|---|
UserPoolIdentityProviderFacebookProps.Builder |
UserPoolIdentityProviderFacebookProps.Builder.attributeMapping(AttributeMapping attributeMapping)
Sets the value of
UserPoolIdentityProviderProps.getAttributeMapping() |
UserPoolIdentityProviderAmazonProps.Builder |
UserPoolIdentityProviderAmazonProps.Builder.attributeMapping(AttributeMapping attributeMapping)
Sets the value of
UserPoolIdentityProviderProps.getAttributeMapping() |
UserPoolIdentityProviderGoogle.Builder |
UserPoolIdentityProviderGoogle.Builder.attributeMapping(AttributeMapping attributeMapping)
(experimental) Mapping attributes from the identity provider to standard and custom attributes of the user pool.
|
UserPoolIdentityProviderAppleProps.Builder |
UserPoolIdentityProviderAppleProps.Builder.attributeMapping(AttributeMapping attributeMapping)
Sets the value of
UserPoolIdentityProviderProps.getAttributeMapping() |
UserPoolIdentityProviderFacebook.Builder |
UserPoolIdentityProviderFacebook.Builder.attributeMapping(AttributeMapping attributeMapping)
(experimental) Mapping attributes from the identity provider to standard and custom attributes of the user pool.
|
UserPoolIdentityProviderProps.Builder |
UserPoolIdentityProviderProps.Builder.attributeMapping(AttributeMapping attributeMapping)
Sets the value of
UserPoolIdentityProviderProps.getAttributeMapping() |
UserPoolIdentityProviderApple.Builder |
UserPoolIdentityProviderApple.Builder.attributeMapping(AttributeMapping attributeMapping)
(experimental) Mapping attributes from the identity provider to standard and custom attributes of the user pool.
|
UserPoolIdentityProviderGoogleProps.Builder |
UserPoolIdentityProviderGoogleProps.Builder.attributeMapping(AttributeMapping attributeMapping)
Sets the value of
UserPoolIdentityProviderProps.getAttributeMapping() |
UserPoolIdentityProviderAmazon.Builder |
UserPoolIdentityProviderAmazon.Builder.attributeMapping(AttributeMapping attributeMapping)
(experimental) Mapping attributes from the identity provider to standard and custom attributes of the user pool.
|
| Constructor and Description |
|---|
Jsii$Proxy(IUserPool userPool,
AttributeMapping attributeMapping)
Constructor that initializes the object based on literal property values passed by the
UserPoolIdentityProviderProps.Builder. |
Jsii$Proxy(String clientId,
String clientSecret,
List<String> scopes,
IUserPool userPool,
AttributeMapping attributeMapping)
Constructor that initializes the object based on literal property values passed by the
UserPoolIdentityProviderAmazonProps.Builder. |
Jsii$Proxy(String clientId,
String clientSecret,
List<String> scopes,
IUserPool userPool,
AttributeMapping attributeMapping)
Constructor that initializes the object based on literal property values passed by the
UserPoolIdentityProviderGoogleProps.Builder. |
Jsii$Proxy(String clientId,
String clientSecret,
String apiVersion,
List<String> scopes,
IUserPool userPool,
AttributeMapping attributeMapping)
Constructor that initializes the object based on literal property values passed by the
UserPoolIdentityProviderFacebookProps.Builder. |
Jsii$Proxy(String clientId,
String keyId,
String privateKey,
String teamId,
List<String> scopes,
IUserPool userPool,
AttributeMapping attributeMapping)
Constructor that initializes the object based on literal property values passed by the
UserPoolIdentityProviderAppleProps.Builder. |
Copyright © 2021. All rights reserved.