Uses of Class
software.amazon.awscdk.services.cognito.ProviderAttribute
-
Uses of ProviderAttribute in software.amazon.awscdk.services.cognito
Modifier and TypeFieldDescriptionstatic final ProviderAttribute
ProviderAttribute.AMAZON_EMAIL
The email attribute provided by Amazon.static final ProviderAttribute
ProviderAttribute.AMAZON_NAME
The name attribute provided by Amazon.static final ProviderAttribute
ProviderAttribute.AMAZON_POSTAL_CODE
The postal code attribute provided by Amazon.static final ProviderAttribute
ProviderAttribute.AMAZON_USER_ID
The user id attribute provided by Amazon.static final ProviderAttribute
ProviderAttribute.APPLE_EMAIL
The email attribute provided by Apple.static final ProviderAttribute
ProviderAttribute.APPLE_EMAIL_VERIFIED
The email verified atribute provided by Apple.static final ProviderAttribute
ProviderAttribute.APPLE_FIRST_NAME
The first name attribute provided by Apple.static final ProviderAttribute
ProviderAttribute.APPLE_LAST_NAME
The last name attribute provided by Apple.static final ProviderAttribute
ProviderAttribute.APPLE_NAME
The name attribute provided by Apple.static final ProviderAttribute
ProviderAttribute.FACEBOOK_BIRTHDAY
The birthday attribute provided by Facebook.static final ProviderAttribute
ProviderAttribute.FACEBOOK_EMAIL
The email attribute provided by Facebook.static final ProviderAttribute
ProviderAttribute.FACEBOOK_FIRST_NAME
The first name attribute provided by Facebook.static final ProviderAttribute
ProviderAttribute.FACEBOOK_GENDER
The gender attribute provided by Facebook.static final ProviderAttribute
ProviderAttribute.FACEBOOK_ID
The user id attribute provided by Facebook.static final ProviderAttribute
ProviderAttribute.FACEBOOK_LAST_NAME
The last name attribute provided by Facebook.static final ProviderAttribute
ProviderAttribute.FACEBOOK_LOCALE
The locale attribute provided by Facebook.static final ProviderAttribute
ProviderAttribute.FACEBOOK_MIDDLE_NAME
The middle name attribute provided by Facebook.static final ProviderAttribute
ProviderAttribute.FACEBOOK_NAME
The name attribute provided by Facebook.static final ProviderAttribute
ProviderAttribute.GOOGLE_BIRTHDAYS
The birthday attribute provided by Google.static final ProviderAttribute
ProviderAttribute.GOOGLE_EMAIL
The email attribute provided by Google.static final ProviderAttribute
ProviderAttribute.GOOGLE_EMAIL_VERIFIED
The email verified attribute provided by Google.static final ProviderAttribute
ProviderAttribute.GOOGLE_FAMILY_NAME
The family name attribute provided by Google.static final ProviderAttribute
ProviderAttribute.GOOGLE_GENDER
The gender attribute provided by Google.static final ProviderAttribute
ProviderAttribute.GOOGLE_GIVEN_NAME
The given name attribute provided by Google.static final ProviderAttribute
ProviderAttribute.GOOGLE_NAME
The name attribute provided by Google.static final ProviderAttribute
ProviderAttribute.GOOGLE_NAMES
The name attribute provided by Google.static final ProviderAttribute
ProviderAttribute.GOOGLE_PHONE_NUMBERS
The phone number attribute provided by Google.static final ProviderAttribute
ProviderAttribute.GOOGLE_PICTURE
The picture attribute provided by Google.Modifier and TypeMethodDescriptiondefault ProviderAttribute
AttributeMapping.getAddress()
The user's postal address is a required attribute.final ProviderAttribute
AttributeMapping.Jsii$Proxy.getAddress()
default ProviderAttribute
AttributeMapping.getBirthdate()
The user's birthday.final ProviderAttribute
AttributeMapping.Jsii$Proxy.getBirthdate()
default ProviderAttribute
AttributeMapping.getEmail()
The user's e-mail address.final ProviderAttribute
AttributeMapping.Jsii$Proxy.getEmail()
default ProviderAttribute
AttributeMapping.getEmailVerified()
The user's e-mail address is verification.final ProviderAttribute
AttributeMapping.Jsii$Proxy.getEmailVerified()
default ProviderAttribute
AttributeMapping.getFamilyName()
The surname or last name of user.final ProviderAttribute
AttributeMapping.Jsii$Proxy.getFamilyName()
default ProviderAttribute
AttributeMapping.getFullname()
The user's full name in displayable form.final ProviderAttribute
AttributeMapping.Jsii$Proxy.getFullname()
default ProviderAttribute
AttributeMapping.getGender()
The user's gender.final ProviderAttribute
AttributeMapping.Jsii$Proxy.getGender()
default ProviderAttribute
AttributeMapping.getGivenName()
The user's first name or give name.final ProviderAttribute
AttributeMapping.Jsii$Proxy.getGivenName()
default ProviderAttribute
AttributeMapping.getLastUpdateTime()
Time, the user's information was last updated.final ProviderAttribute
AttributeMapping.Jsii$Proxy.getLastUpdateTime()
default ProviderAttribute
AttributeMapping.getLocale()
The user's locale.final ProviderAttribute
AttributeMapping.Jsii$Proxy.getLocale()
default ProviderAttribute
AttributeMapping.getMiddleName()
The user's middle name.final ProviderAttribute
AttributeMapping.Jsii$Proxy.getMiddleName()
default ProviderAttribute
AttributeMapping.getNickname()
The user's nickname or casual name.final ProviderAttribute
AttributeMapping.Jsii$Proxy.getNickname()
default ProviderAttribute
AttributeMapping.getPhoneNumber()
The user's telephone number.final ProviderAttribute
AttributeMapping.Jsii$Proxy.getPhoneNumber()
default ProviderAttribute
AttributeMapping.getPreferredUsername()
The user's preferred username.final ProviderAttribute
AttributeMapping.Jsii$Proxy.getPreferredUsername()
default ProviderAttribute
AttributeMapping.getProfilePage()
The URL to the user's profile page.final ProviderAttribute
AttributeMapping.Jsii$Proxy.getProfilePage()
default ProviderAttribute
AttributeMapping.getProfilePicture()
The URL to the user's profile picture.final ProviderAttribute
AttributeMapping.Jsii$Proxy.getProfilePicture()
default ProviderAttribute
AttributeMapping.getTimezone()
The user's time zone.final ProviderAttribute
AttributeMapping.Jsii$Proxy.getTimezone()
default ProviderAttribute
AttributeMapping.getWebsite()
The URL to the user's web page or blog.final ProviderAttribute
AttributeMapping.Jsii$Proxy.getWebsite()
static ProviderAttribute
Use this to specify an attribute from the identity provider that is not pre-defined in the CDK.Modifier and TypeMethodDescriptiondefault Map<String,
ProviderAttribute> AttributeMapping.getCustom()
Specify custom attribute mapping here and mapping for any standard attributes not supported yet.final Map<String,
ProviderAttribute> AttributeMapping.Jsii$Proxy.getCustom()
Modifier and TypeMethodDescriptionAttributeMapping.Builder.address
(ProviderAttribute address) Sets the value ofAttributeMapping.getAddress()
AttributeMapping.Builder.birthdate
(ProviderAttribute birthdate) Sets the value ofAttributeMapping.getBirthdate()
AttributeMapping.Builder.email
(ProviderAttribute email) Sets the value ofAttributeMapping.getEmail()
AttributeMapping.Builder.emailVerified
(ProviderAttribute emailVerified) Sets the value ofAttributeMapping.getEmailVerified()
AttributeMapping.Builder.familyName
(ProviderAttribute familyName) Sets the value ofAttributeMapping.getFamilyName()
AttributeMapping.Builder.fullname
(ProviderAttribute fullname) Sets the value ofAttributeMapping.getFullname()
AttributeMapping.Builder.gender
(ProviderAttribute gender) Sets the value ofAttributeMapping.getGender()
AttributeMapping.Builder.givenName
(ProviderAttribute givenName) Sets the value ofAttributeMapping.getGivenName()
AttributeMapping.Builder.lastUpdateTime
(ProviderAttribute lastUpdateTime) Sets the value ofAttributeMapping.getLastUpdateTime()
AttributeMapping.Builder.locale
(ProviderAttribute locale) Sets the value ofAttributeMapping.getLocale()
AttributeMapping.Builder.middleName
(ProviderAttribute middleName) Sets the value ofAttributeMapping.getMiddleName()
AttributeMapping.Builder.nickname
(ProviderAttribute nickname) Sets the value ofAttributeMapping.getNickname()
AttributeMapping.Builder.phoneNumber
(ProviderAttribute phoneNumber) Sets the value ofAttributeMapping.getPhoneNumber()
AttributeMapping.Builder.preferredUsername
(ProviderAttribute preferredUsername) Sets the value ofAttributeMapping.getPreferredUsername()
AttributeMapping.Builder.profilePage
(ProviderAttribute profilePage) Sets the value ofAttributeMapping.getProfilePage()
AttributeMapping.Builder.profilePicture
(ProviderAttribute profilePicture) Sets the value ofAttributeMapping.getProfilePicture()
AttributeMapping.Builder.timezone
(ProviderAttribute timezone) Sets the value ofAttributeMapping.getTimezone()
AttributeMapping.Builder.website
(ProviderAttribute website) Sets the value ofAttributeMapping.getWebsite()
Modifier and TypeMethodDescriptionAttributeMapping.Builder.custom
(Map<String, ? extends ProviderAttribute> custom) Sets the value ofAttributeMapping.getCustom()