| Package | Description |
|---|---|
| software.amazon.awscdk.services.cognito |
Amazon Cognito Construct Library
|
| Modifier and Type | Field and Description |
|---|---|
static ProviderAttribute |
ProviderAttribute.AMAZON_EMAIL
The email attribute provided by Amazon.
|
static ProviderAttribute |
ProviderAttribute.AMAZON_NAME
The name attribute provided by Amazon.
|
static ProviderAttribute |
ProviderAttribute.AMAZON_POSTAL_CODE
The postal code attribute provided by Amazon.
|
static ProviderAttribute |
ProviderAttribute.AMAZON_USER_ID
The user id attribute provided by Amazon.
|
static ProviderAttribute |
ProviderAttribute.APPLE_EMAIL
The email attribute provided by Apple.
|
static ProviderAttribute |
ProviderAttribute.APPLE_FIRST_NAME
The first name attribute provided by Apple.
|
static ProviderAttribute |
ProviderAttribute.APPLE_LAST_NAME
The last name attribute provided by Apple.
|
static ProviderAttribute |
ProviderAttribute.APPLE_NAME
The name attribute provided by Apple.
|
static ProviderAttribute |
ProviderAttribute.FACEBOOK_BIRTHDAY
The birthday attribute provided by Facebook.
|
static ProviderAttribute |
ProviderAttribute.FACEBOOK_EMAIL
The email attribute provided by Facebook.
|
static ProviderAttribute |
ProviderAttribute.FACEBOOK_FIRST_NAME
The first name attribute provided by Facebook.
|
static ProviderAttribute |
ProviderAttribute.FACEBOOK_GENDER
The gender attribute provided by Facebook.
|
static ProviderAttribute |
ProviderAttribute.FACEBOOK_ID
The user id attribute provided by Facebook.
|
static ProviderAttribute |
ProviderAttribute.FACEBOOK_LAST_NAME
The last name attribute provided by Facebook.
|
static ProviderAttribute |
ProviderAttribute.FACEBOOK_LOCALE
The locale attribute provided by Facebook.
|
static ProviderAttribute |
ProviderAttribute.FACEBOOK_MIDDLE_NAME
The middle name attribute provided by Facebook.
|
static ProviderAttribute |
ProviderAttribute.FACEBOOK_NAME
The name attribute provided by Facebook.
|
static ProviderAttribute |
ProviderAttribute.GOOGLE_BIRTHDAYS
The birthday attribute provided by Google.
|
static ProviderAttribute |
ProviderAttribute.GOOGLE_EMAIL
The email attribute provided by Google.
|
static ProviderAttribute |
ProviderAttribute.GOOGLE_FAMILY_NAME
The family name attribute provided by Google.
|
static ProviderAttribute |
ProviderAttribute.GOOGLE_GENDER
The gender attribute provided by Google.
|
static ProviderAttribute |
ProviderAttribute.GOOGLE_GIVEN_NAME
The given name attribute provided by Google.
|
static ProviderAttribute |
ProviderAttribute.GOOGLE_NAME
The name attribute provided by Google.
|
static ProviderAttribute |
ProviderAttribute.GOOGLE_NAMES
The name attribute provided by Google.
|
static ProviderAttribute |
ProviderAttribute.GOOGLE_PHONE_NUMBERS
The phone number attribute provided by Google.
|
static ProviderAttribute |
ProviderAttribute.GOOGLE_PICTURE
The picture attribute provided by Google.
|
| Modifier and Type | Method and Description |
|---|---|
default ProviderAttribute |
AttributeMapping.getAddress()
The user's postal address is a required attribute.
|
ProviderAttribute |
AttributeMapping.Jsii$Proxy.getAddress() |
default ProviderAttribute |
AttributeMapping.getBirthdate()
The user's birthday.
|
ProviderAttribute |
AttributeMapping.Jsii$Proxy.getBirthdate() |
default ProviderAttribute |
AttributeMapping.getEmail()
The user's e-mail address.
|
ProviderAttribute |
AttributeMapping.Jsii$Proxy.getEmail() |
default ProviderAttribute |
AttributeMapping.getFamilyName()
The surname or last name of user.
|
ProviderAttribute |
AttributeMapping.Jsii$Proxy.getFamilyName() |
default ProviderAttribute |
AttributeMapping.getFullname()
The user's full name in displayable form.
|
ProviderAttribute |
AttributeMapping.Jsii$Proxy.getFullname() |
default ProviderAttribute |
AttributeMapping.getGender()
The user's gender.
|
ProviderAttribute |
AttributeMapping.Jsii$Proxy.getGender() |
default ProviderAttribute |
AttributeMapping.getGivenName()
The user's first name or give name.
|
ProviderAttribute |
AttributeMapping.Jsii$Proxy.getGivenName() |
default ProviderAttribute |
AttributeMapping.getLastUpdateTime()
Time, the user's information was last updated.
|
ProviderAttribute |
AttributeMapping.Jsii$Proxy.getLastUpdateTime() |
default ProviderAttribute |
AttributeMapping.getLocale()
The user's locale.
|
ProviderAttribute |
AttributeMapping.Jsii$Proxy.getLocale() |
default ProviderAttribute |
AttributeMapping.getMiddleName()
The user's middle name.
|
ProviderAttribute |
AttributeMapping.Jsii$Proxy.getMiddleName() |
default ProviderAttribute |
AttributeMapping.getNickname()
The user's nickname or casual name.
|
ProviderAttribute |
AttributeMapping.Jsii$Proxy.getNickname() |
default ProviderAttribute |
AttributeMapping.getPhoneNumber()
The user's telephone number.
|
ProviderAttribute |
AttributeMapping.Jsii$Proxy.getPhoneNumber() |
default ProviderAttribute |
AttributeMapping.getPreferredUsername()
The user's preferred username.
|
ProviderAttribute |
AttributeMapping.Jsii$Proxy.getPreferredUsername() |
default ProviderAttribute |
AttributeMapping.getProfilePage()
The URL to the user's profile page.
|
ProviderAttribute |
AttributeMapping.Jsii$Proxy.getProfilePage() |
default ProviderAttribute |
AttributeMapping.getProfilePicture()
The URL to the user's profile picture.
|
ProviderAttribute |
AttributeMapping.Jsii$Proxy.getProfilePicture() |
default ProviderAttribute |
AttributeMapping.getTimezone()
The user's time zone.
|
ProviderAttribute |
AttributeMapping.Jsii$Proxy.getTimezone() |
default ProviderAttribute |
AttributeMapping.getWebsite()
The URL to the user's web page or blog.
|
ProviderAttribute |
AttributeMapping.Jsii$Proxy.getWebsite() |
static ProviderAttribute |
ProviderAttribute.other(String attributeName)
Use this to specify an attribute from the identity provider that is not pre-defined in the CDK.
|
| Modifier and Type | Method and Description |
|---|---|
default Map<String,ProviderAttribute> |
AttributeMapping.getCustom()
Specify custom attribute mapping here and mapping for any standard attributes not supported yet.
|
Map<String,ProviderAttribute> |
AttributeMapping.Jsii$Proxy.getCustom() |
| Modifier and Type | Method and Description |
|---|---|
AttributeMapping.Builder |
AttributeMapping.Builder.custom(Map<String,? extends ProviderAttribute> custom)
Sets the value of
AttributeMapping.getCustom() |
Copyright © 2022. All rights reserved.