Amazon Cognito · Schema

Amazon Cognito User Pool

Schema representing an Amazon Cognito user pool configuration and its properties.

AuthenticationAWSIdentityOAuthUser Management

Properties

Name Type Description
Id string The unique identifier for the user pool.
Name string The name of the user pool.
Status string The status of the user pool.
Arn string The Amazon Resource Name (ARN) for the user pool.
CreationDate string The date and time when the user pool was created.
LastModifiedDate string The date and time when the user pool was last modified.
EstimatedNumberOfUsers integer A number estimating the size of the user pool.
MfaConfiguration string The multi-factor authentication (MFA) configuration.
Policies object The policies associated with the user pool.
AutoVerifiedAttributes array The attributes that are automatically verified.
UsernameAttributes array Specifies whether email addresses or phone numbers can be used as user names when a user signs up.
SchemaAttributes array The schema attributes for the user pool.
EmailConfiguration object The email configuration for the user pool.
SmsConfiguration object The SMS configuration for the user pool.
UserPoolTags object The tags that are assigned to the user pool.
AdminCreateUserConfig object The configuration for AdminCreateUser requests.
View JSON Schema on GitHub