| Package | Description |
|---|---|
| software.amazon.awscdk.services.cognito |
Amazon Cognito Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
StandardAttribute.Jsii$Proxy
An implementation for
StandardAttribute |
| Modifier and Type | Method and Description |
|---|---|
StandardAttribute |
StandardAttribute.Builder.build()
Builds the configured instance.
|
default StandardAttribute |
StandardAttributes.getAddress()
(experimental) The user's postal address.
|
StandardAttribute |
StandardAttributes.Jsii$Proxy.getAddress() |
default StandardAttribute |
StandardAttributes.getBirthdate()
(experimental) The user's birthday, represented as an ISO 8601:2004 format.
|
StandardAttribute |
StandardAttributes.Jsii$Proxy.getBirthdate() |
default StandardAttribute |
StandardAttributes.getEmail()
(experimental) The user's e-mail address, represented as an RFC 5322 [RFC5322] addr-spec.
|
StandardAttribute |
StandardAttributes.Jsii$Proxy.getEmail() |
default StandardAttribute |
StandardAttributes.getFamilyName()
(experimental) The surname or last name of the user.
|
StandardAttribute |
StandardAttributes.Jsii$Proxy.getFamilyName() |
default StandardAttribute |
StandardAttributes.getFullname()
(experimental) The user's full name in displayable form, including all name parts, titles and suffixes.
|
StandardAttribute |
StandardAttributes.Jsii$Proxy.getFullname() |
default StandardAttribute |
StandardAttributes.getGender()
(experimental) The user's gender.
|
StandardAttribute |
StandardAttributes.Jsii$Proxy.getGender() |
default StandardAttribute |
StandardAttributes.getGivenName()
(experimental) The user's first name or give name.
|
StandardAttribute |
StandardAttributes.Jsii$Proxy.getGivenName() |
default StandardAttribute |
StandardAttributes.getLastUpdateTime()
(experimental) The time, the user's information was last updated.
|
StandardAttribute |
StandardAttributes.Jsii$Proxy.getLastUpdateTime() |
default StandardAttribute |
StandardAttributes.getLocale()
(experimental) The user's locale, represented as a BCP47 [RFC5646] language tag.
|
StandardAttribute |
StandardAttributes.Jsii$Proxy.getLocale() |
default StandardAttribute |
StandardAttributes.getMiddleName()
(experimental) The user's middle name.
|
StandardAttribute |
StandardAttributes.Jsii$Proxy.getMiddleName() |
default StandardAttribute |
StandardAttributes.getNickname()
(experimental) The user's nickname or casual name.
|
StandardAttribute |
StandardAttributes.Jsii$Proxy.getNickname() |
default StandardAttribute |
StandardAttributes.getPhoneNumber()
(experimental) The user's telephone number.
|
StandardAttribute |
StandardAttributes.Jsii$Proxy.getPhoneNumber() |
default StandardAttribute |
StandardAttributes.getPreferredUsername()
(experimental) The user's preffered username, different from the immutable user name.
|
StandardAttribute |
StandardAttributes.Jsii$Proxy.getPreferredUsername() |
default StandardAttribute |
StandardAttributes.getProfilePage()
(experimental) The URL to the user's profile page.
|
StandardAttribute |
StandardAttributes.Jsii$Proxy.getProfilePage() |
default StandardAttribute |
StandardAttributes.getProfilePicture()
(experimental) The URL to the user's profile picture.
|
StandardAttribute |
StandardAttributes.Jsii$Proxy.getProfilePicture() |
default StandardAttribute |
StandardAttributes.getTimezone()
(experimental) The user's time zone.
|
StandardAttribute |
StandardAttributes.Jsii$Proxy.getTimezone() |
default StandardAttribute |
StandardAttributes.getWebsite()
(experimental) The URL to the user's web page or blog.
|
StandardAttribute |
StandardAttributes.Jsii$Proxy.getWebsite() |
| Constructor and Description |
|---|
Jsii$Proxy(StandardAttribute address,
StandardAttribute birthdate,
StandardAttribute email,
StandardAttribute familyName,
StandardAttribute fullname,
StandardAttribute gender,
StandardAttribute givenName,
StandardAttribute lastUpdateTime,
StandardAttribute locale,
StandardAttribute middleName,
StandardAttribute nickname,
StandardAttribute phoneNumber,
StandardAttribute preferredUsername,
StandardAttribute profilePage,
StandardAttribute profilePicture,
StandardAttribute timezone,
StandardAttribute website)
Constructor that initializes the object based on literal property values passed by the
StandardAttributes.Builder. |
Copyright © 2021. All rights reserved.