| Package | Description |
|---|---|
| software.amazon.awscdk.services.cognito |
Amazon Cognito Construct Library
|
| Modifier and Type | Field and Description |
|---|---|
static ProviderAttribute |
ProviderAttribute.AMAZON_EMAIL
(experimental) The email attribute provided by Amazon.
|
static ProviderAttribute |
ProviderAttribute.AMAZON_NAME
(experimental) The name attribute provided by Amazon.
|
static ProviderAttribute |
ProviderAttribute.AMAZON_POSTAL_CODE
(experimental) The postal code attribute provided by Amazon.
|
static ProviderAttribute |
ProviderAttribute.AMAZON_USER_ID
(experimental) The user id attribute provided by Amazon.
|
static ProviderAttribute |
ProviderAttribute.APPLE_EMAIL
(experimental) The email attribute provided by Apple.
|
static ProviderAttribute |
ProviderAttribute.APPLE_FIRST_NAME
(experimental) The first name attribute provided by Apple.
|
static ProviderAttribute |
ProviderAttribute.APPLE_LAST_NAME
(experimental) The last name attribute provided by Apple.
|
static ProviderAttribute |
ProviderAttribute.APPLE_NAME
(experimental) The name attribute provided by Apple.
|
static ProviderAttribute |
ProviderAttribute.FACEBOOK_BIRTHDAY
(experimental) The birthday attribute provided by Facebook.
|
static ProviderAttribute |
ProviderAttribute.FACEBOOK_EMAIL
(experimental) The email attribute provided by Facebook.
|
static ProviderAttribute |
ProviderAttribute.FACEBOOK_FIRST_NAME
(experimental) The first name attribute provided by Facebook.
|
static ProviderAttribute |
ProviderAttribute.FACEBOOK_GENDER
(experimental) The gender attribute provided by Facebook.
|
static ProviderAttribute |
ProviderAttribute.FACEBOOK_ID
(experimental) The user id attribute provided by Facebook.
|
static ProviderAttribute |
ProviderAttribute.FACEBOOK_LAST_NAME
(experimental) The last name attribute provided by Facebook.
|
static ProviderAttribute |
ProviderAttribute.FACEBOOK_LOCALE
(experimental) The locale attribute provided by Facebook.
|
static ProviderAttribute |
ProviderAttribute.FACEBOOK_MIDDLE_NAME
(experimental) The middle name attribute provided by Facebook.
|
static ProviderAttribute |
ProviderAttribute.FACEBOOK_NAME
(experimental) The name attribute provided by Facebook.
|
static ProviderAttribute |
ProviderAttribute.GOOGLE_BIRTHDAYS
(experimental) The birthday attribute provided by Google.
|
static ProviderAttribute |
ProviderAttribute.GOOGLE_EMAIL
(experimental) The email attribute provided by Google.
|
static ProviderAttribute |
ProviderAttribute.GOOGLE_FAMILY_NAME
(experimental) The family name attribute provided by Google.
|
static ProviderAttribute |
ProviderAttribute.GOOGLE_GENDER
(experimental) The gender attribute provided by Google.
|
static ProviderAttribute |
ProviderAttribute.GOOGLE_GIVEN_NAME
(experimental) The given name attribute provided by Google.
|
static ProviderAttribute |
ProviderAttribute.GOOGLE_NAME
(experimental) The name attribute provided by Google.
|
static ProviderAttribute |
ProviderAttribute.GOOGLE_NAMES
(experimental) The name attribute provided by Google.
|
static ProviderAttribute |
ProviderAttribute.GOOGLE_PHONE_NUMBERS
(experimental) The phone number attribute provided by Google.
|
static ProviderAttribute |
ProviderAttribute.GOOGLE_PICTURE
(experimental) The picture attribute provided by Google.
|
| Modifier and Type | Method and Description |
|---|---|
default ProviderAttribute |
AttributeMapping.getAddress()
(experimental) The user's postal address is a required attribute.
|
ProviderAttribute |
AttributeMapping.Jsii$Proxy.getAddress() |
default ProviderAttribute |
AttributeMapping.getBirthdate()
(experimental) The user's birthday.
|
ProviderAttribute |
AttributeMapping.Jsii$Proxy.getBirthdate() |
default ProviderAttribute |
AttributeMapping.getEmail()
(experimental) The user's e-mail address.
|
ProviderAttribute |
AttributeMapping.Jsii$Proxy.getEmail() |
default ProviderAttribute |
AttributeMapping.getFamilyName()
(experimental) The surname or last name of user.
|
ProviderAttribute |
AttributeMapping.Jsii$Proxy.getFamilyName() |
default ProviderAttribute |
AttributeMapping.getFullname()
(experimental) The user's full name in displayable form.
|
ProviderAttribute |
AttributeMapping.Jsii$Proxy.getFullname() |
default ProviderAttribute |
AttributeMapping.getGender()
(experimental) The user's gender.
|
ProviderAttribute |
AttributeMapping.Jsii$Proxy.getGender() |
default ProviderAttribute |
AttributeMapping.getGivenName()
(experimental) The user's first name or give name.
|
ProviderAttribute |
AttributeMapping.Jsii$Proxy.getGivenName() |
default ProviderAttribute |
AttributeMapping.getLastUpdateTime()
(experimental) Time, the user's information was last updated.
|
ProviderAttribute |
AttributeMapping.Jsii$Proxy.getLastUpdateTime() |
default ProviderAttribute |
AttributeMapping.getLocale()
(experimental) The user's locale.
|
ProviderAttribute |
AttributeMapping.Jsii$Proxy.getLocale() |
default ProviderAttribute |
AttributeMapping.getMiddleName()
(experimental) The user's middle name.
|
ProviderAttribute |
AttributeMapping.Jsii$Proxy.getMiddleName() |
default ProviderAttribute |
AttributeMapping.getNickname()
(experimental) The user's nickname or casual name.
|
ProviderAttribute |
AttributeMapping.Jsii$Proxy.getNickname() |
default ProviderAttribute |
AttributeMapping.getPhoneNumber()
(experimental) The user's telephone number.
|
ProviderAttribute |
AttributeMapping.Jsii$Proxy.getPhoneNumber() |
default ProviderAttribute |
AttributeMapping.getPreferredUsername()
(experimental) The user's preferred username.
|
ProviderAttribute |
AttributeMapping.Jsii$Proxy.getPreferredUsername() |
default ProviderAttribute |
AttributeMapping.getProfilePage()
(experimental) The URL to the user's profile page.
|
ProviderAttribute |
AttributeMapping.Jsii$Proxy.getProfilePage() |
default ProviderAttribute |
AttributeMapping.getProfilePicture()
(experimental) The URL to the user's profile picture.
|
ProviderAttribute |
AttributeMapping.Jsii$Proxy.getProfilePicture() |
default ProviderAttribute |
AttributeMapping.getTimezone()
(experimental) The user's time zone.
|
ProviderAttribute |
AttributeMapping.Jsii$Proxy.getTimezone() |
default ProviderAttribute |
AttributeMapping.getWebsite()
(experimental) The URL to the user's web page or blog.
|
ProviderAttribute |
AttributeMapping.Jsii$Proxy.getWebsite() |
static ProviderAttribute |
ProviderAttribute.other(String attributeName)
(experimental) 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()
(experimental) 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() |
| Constructor and Description |
|---|
Jsii$Proxy(ProviderAttribute address,
ProviderAttribute birthdate,
Map<String,? extends ProviderAttribute> custom,
ProviderAttribute email,
ProviderAttribute familyName,
ProviderAttribute fullname,
ProviderAttribute gender,
ProviderAttribute givenName,
ProviderAttribute lastUpdateTime,
ProviderAttribute locale,
ProviderAttribute middleName,
ProviderAttribute nickname,
ProviderAttribute phoneNumber,
ProviderAttribute preferredUsername,
ProviderAttribute profilePage,
ProviderAttribute profilePicture,
ProviderAttribute timezone,
ProviderAttribute website)
Constructor that initializes the object based on literal property values passed by the
AttributeMapping.Builder. |
| Constructor and Description |
|---|
Jsii$Proxy(ProviderAttribute address,
ProviderAttribute birthdate,
Map<String,? extends ProviderAttribute> custom,
ProviderAttribute email,
ProviderAttribute familyName,
ProviderAttribute fullname,
ProviderAttribute gender,
ProviderAttribute givenName,
ProviderAttribute lastUpdateTime,
ProviderAttribute locale,
ProviderAttribute middleName,
ProviderAttribute nickname,
ProviderAttribute phoneNumber,
ProviderAttribute preferredUsername,
ProviderAttribute profilePage,
ProviderAttribute profilePicture,
ProviderAttribute timezone,
ProviderAttribute website)
Constructor that initializes the object based on literal property values passed by the
AttributeMapping.Builder. |
Copyright © 2021. All rights reserved.