#[non_exhaustive]pub struct UserPoolType {Show 33 fields
pub id: Option<String>,
pub name: Option<String>,
pub policies: Option<UserPoolPolicyType>,
pub deletion_protection: Option<DeletionProtectionType>,
pub lambda_config: Option<LambdaConfigType>,
pub status: Option<StatusType>,
pub last_modified_date: Option<DateTime>,
pub creation_date: Option<DateTime>,
pub schema_attributes: Option<Vec<SchemaAttributeType>>,
pub auto_verified_attributes: Option<Vec<VerifiedAttributeType>>,
pub alias_attributes: Option<Vec<AliasAttributeType>>,
pub username_attributes: Option<Vec<UsernameAttributeType>>,
pub sms_verification_message: Option<String>,
pub email_verification_message: Option<String>,
pub email_verification_subject: Option<String>,
pub verification_message_template: Option<VerificationMessageTemplateType>,
pub sms_authentication_message: Option<String>,
pub user_attribute_update_settings: Option<UserAttributeUpdateSettingsType>,
pub mfa_configuration: Option<UserPoolMfaType>,
pub device_configuration: Option<DeviceConfigurationType>,
pub estimated_number_of_users: i32,
pub email_configuration: Option<EmailConfigurationType>,
pub sms_configuration: Option<SmsConfigurationType>,
pub user_pool_tags: Option<HashMap<String, String>>,
pub sms_configuration_failure: Option<String>,
pub email_configuration_failure: Option<String>,
pub domain: Option<String>,
pub custom_domain: Option<String>,
pub admin_create_user_config: Option<AdminCreateUserConfigType>,
pub user_pool_add_ons: Option<UserPoolAddOnsType>,
pub username_configuration: Option<UsernameConfigurationType>,
pub arn: Option<String>,
pub account_recovery_setting: Option<AccountRecoverySettingType>,
}Expand description
A container for information about the user pool.
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.id: Option<String>The ID of the user pool.
name: Option<String>The name of the user pool.
policies: Option<UserPoolPolicyType>The policies associated with the user pool.
deletion_protection: Option<DeletionProtectionType>When active, DeletionProtection prevents accidental deletion of your user pool. Before you can delete a user pool that you have protected against deletion, you must deactivate this feature.
When you try to delete a protected user pool in a DeleteUserPool API request, Amazon Cognito returns an InvalidParameterException error. To delete a protected user pool, send a new DeleteUserPool request after you deactivate deletion protection in an UpdateUserPool API request.
lambda_config: Option<LambdaConfigType>The Lambda triggers associated with the user pool.
status: Option<StatusType>This parameter is no longer used.
last_modified_date: Option<DateTime>The date and time, in ISO 8601 format, when the item was modified.
creation_date: Option<DateTime>The date and time, in ISO 8601 format, when the item was created.
schema_attributes: Option<Vec<SchemaAttributeType>>A list of the user attributes and their properties in your user pool. The attribute schema contains standard attributes, custom attributes with a custom: prefix, and developer attributes with a dev: prefix. For more information, see User pool attributes.
Developer-only attributes are a legacy feature of user pools, are read-only to all app clients. You can create and update developer-only attributes only with IAM-authenticated API operations. Use app client read/write permissions instead.
auto_verified_attributes: Option<Vec<VerifiedAttributeType>>The attributes that are auto-verified in a user pool.
alias_attributes: Option<Vec<AliasAttributeType>>The attributes that are aliased in a user pool.
username_attributes: Option<Vec<UsernameAttributeType>>Specifies whether a user can use an email address or phone number as a username when they sign up.
sms_verification_message: Option<String>This parameter is no longer used. See VerificationMessageTemplateType.
email_verification_message: Option<String>This parameter is no longer used. See VerificationMessageTemplateType.
email_verification_subject: Option<String>This parameter is no longer used. See VerificationMessageTemplateType.
verification_message_template: Option<VerificationMessageTemplateType>The template for verification messages.
sms_authentication_message: Option<String>The contents of the SMS authentication message.
user_attribute_update_settings: Option<UserAttributeUpdateSettingsType>The settings for updates to user attributes. These settings include the property AttributesRequireVerificationBeforeUpdate, a user-pool setting that tells Amazon Cognito how to handle changes to the value of your users' email address and phone number attributes. For more information, see Verifying updates to email addresses and phone numbers.
mfa_configuration: Option<UserPoolMfaType>Can be one of the following values:
-
OFF- MFA tokens aren't required and can't be specified during user registration. -
ON- MFA tokens are required for all user registrations. You can only specify required when you're initially creating a user pool. -
OPTIONAL- Users have the option when registering to create an MFA token.
device_configuration: Option<DeviceConfigurationType>The device-remembering configuration for a user pool. A null value indicates that you have deactivated device remembering in your user pool.
When you provide a value for any DeviceConfiguration field, you activate the Amazon Cognito device-remembering feature.
estimated_number_of_users: i32A number estimating the size of the user pool.
email_configuration: Option<EmailConfigurationType>The email configuration of your user pool. The email configuration type sets your preferred sending method, Amazon Web Services Region, and sender for messages from your user pool.
sms_configuration: Option<SmsConfigurationType>The SMS configuration with the settings that your Amazon Cognito user pool must use to send an SMS message from your Amazon Web Services account through Amazon Simple Notification Service. To send SMS messages with Amazon SNS in the Amazon Web Services Region that you want, the Amazon Cognito user pool uses an Identity and Access Management (IAM) role in your Amazon Web Services account.
The tags that are assigned to the user pool. A tag is a label that you can apply to user pools to categorize and manage them in different ways, such as by purpose, owner, environment, or other criteria.
sms_configuration_failure: Option<String>The reason why the SMS configuration can't send the messages to your users.
This message might include comma-separated values to describe why your SMS configuration can't send messages to user pool end users.
- InvalidSmsRoleAccessPolicyException
-
The Identity and Access Management role that Amazon Cognito uses to send SMS messages isn't properly configured. For more information, see SmsConfigurationType.
- SNSSandbox
-
The Amazon Web Services account is in the SNS SMS Sandbox and messages will only reach verified end users. This parameter won’t get populated with SNSSandbox if the user creating the user pool doesn’t have SNS permissions. To learn how to move your Amazon Web Services account out of the sandbox, see Moving out of the SMS sandbox.
email_configuration_failure: Option<String>Deprecated. Review error codes from API requests with EventSource:cognito-idp.amazonaws.com in CloudTrail for information about problems with user pool email configuration.
domain: Option<String>The domain prefix, if the user pool has a domain associated with it.
custom_domain: Option<String>A custom domain name that you provide to Amazon Cognito. This parameter applies only if you use a custom domain to host the sign-up and sign-in pages for your application. An example of a custom domain name might be auth.example.com.
For more information about adding a custom domain to your user pool, see Using Your Own Domain for the Hosted UI.
admin_create_user_config: Option<AdminCreateUserConfigType>The configuration for AdminCreateUser requests.
user_pool_add_ons: Option<UserPoolAddOnsType>User pool add-ons. Contains settings for activation of advanced security features. To log user security information but take no action, set to AUDIT. To configure automatic security responses to risky traffic to your user pool, set to ENFORCED.
For more information, see Adding advanced security to a user pool.
username_configuration: Option<UsernameConfigurationType>Case sensitivity of the username input for the selected sign-in option. For example, when case sensitivity is set to False, users can sign in using either "username" or "Username". This configuration is immutable once it has been set. For more information, see UsernameConfigurationType.
arn: Option<String>The Amazon Resource Name (ARN) for the user pool.
account_recovery_setting: Option<AccountRecoverySettingType>The available verified method a user can use to recover their password when they call ForgotPassword. You can use this setting to define a preferred method when a user has more than one method available. With this setting, SMS doesn't qualify for a valid password recovery mechanism if the user also has SMS multi-factor authentication (MFA) activated. In the absence of this setting, Amazon Cognito uses the legacy behavior to determine the recovery method where SMS is preferred through email.
Implementations§
source§impl UserPoolType
impl UserPoolType
sourcepub fn policies(&self) -> Option<&UserPoolPolicyType>
pub fn policies(&self) -> Option<&UserPoolPolicyType>
The policies associated with the user pool.
sourcepub fn deletion_protection(&self) -> Option<&DeletionProtectionType>
pub fn deletion_protection(&self) -> Option<&DeletionProtectionType>
When active, DeletionProtection prevents accidental deletion of your user pool. Before you can delete a user pool that you have protected against deletion, you must deactivate this feature.
When you try to delete a protected user pool in a DeleteUserPool API request, Amazon Cognito returns an InvalidParameterException error. To delete a protected user pool, send a new DeleteUserPool request after you deactivate deletion protection in an UpdateUserPool API request.
sourcepub fn lambda_config(&self) -> Option<&LambdaConfigType>
pub fn lambda_config(&self) -> Option<&LambdaConfigType>
The Lambda triggers associated with the user pool.
sourcepub fn status(&self) -> Option<&StatusType>
👎Deprecated: This property is no longer available.
pub fn status(&self) -> Option<&StatusType>
This parameter is no longer used.
sourcepub fn last_modified_date(&self) -> Option<&DateTime>
pub fn last_modified_date(&self) -> Option<&DateTime>
The date and time, in ISO 8601 format, when the item was modified.
sourcepub fn creation_date(&self) -> Option<&DateTime>
pub fn creation_date(&self) -> Option<&DateTime>
The date and time, in ISO 8601 format, when the item was created.
sourcepub fn schema_attributes(&self) -> &[SchemaAttributeType]
pub fn schema_attributes(&self) -> &[SchemaAttributeType]
A list of the user attributes and their properties in your user pool. The attribute schema contains standard attributes, custom attributes with a custom: prefix, and developer attributes with a dev: prefix. For more information, see User pool attributes.
Developer-only attributes are a legacy feature of user pools, are read-only to all app clients. You can create and update developer-only attributes only with IAM-authenticated API operations. Use app client read/write permissions instead.
If no value was sent for this field, a default will be set. If you want to determine if no value was sent, use .schema_attributes.is_none().
sourcepub fn auto_verified_attributes(&self) -> &[VerifiedAttributeType]
pub fn auto_verified_attributes(&self) -> &[VerifiedAttributeType]
The attributes that are auto-verified in a user pool.
If no value was sent for this field, a default will be set. If you want to determine if no value was sent, use .auto_verified_attributes.is_none().
sourcepub fn alias_attributes(&self) -> &[AliasAttributeType]
pub fn alias_attributes(&self) -> &[AliasAttributeType]
The attributes that are aliased in a user pool.
If no value was sent for this field, a default will be set. If you want to determine if no value was sent, use .alias_attributes.is_none().
sourcepub fn username_attributes(&self) -> &[UsernameAttributeType]
pub fn username_attributes(&self) -> &[UsernameAttributeType]
Specifies whether a user can use an email address or phone number as a username when they sign up.
If no value was sent for this field, a default will be set. If you want to determine if no value was sent, use .username_attributes.is_none().
sourcepub fn sms_verification_message(&self) -> Option<&str>
pub fn sms_verification_message(&self) -> Option<&str>
This parameter is no longer used. See VerificationMessageTemplateType.
sourcepub fn email_verification_message(&self) -> Option<&str>
pub fn email_verification_message(&self) -> Option<&str>
This parameter is no longer used. See VerificationMessageTemplateType.
sourcepub fn email_verification_subject(&self) -> Option<&str>
pub fn email_verification_subject(&self) -> Option<&str>
This parameter is no longer used. See VerificationMessageTemplateType.
sourcepub fn verification_message_template(
&self
) -> Option<&VerificationMessageTemplateType>
pub fn verification_message_template( &self ) -> Option<&VerificationMessageTemplateType>
The template for verification messages.
sourcepub fn sms_authentication_message(&self) -> Option<&str>
pub fn sms_authentication_message(&self) -> Option<&str>
The contents of the SMS authentication message.
sourcepub fn user_attribute_update_settings(
&self
) -> Option<&UserAttributeUpdateSettingsType>
pub fn user_attribute_update_settings( &self ) -> Option<&UserAttributeUpdateSettingsType>
The settings for updates to user attributes. These settings include the property AttributesRequireVerificationBeforeUpdate, a user-pool setting that tells Amazon Cognito how to handle changes to the value of your users' email address and phone number attributes. For more information, see Verifying updates to email addresses and phone numbers.
sourcepub fn mfa_configuration(&self) -> Option<&UserPoolMfaType>
pub fn mfa_configuration(&self) -> Option<&UserPoolMfaType>
Can be one of the following values:
-
OFF- MFA tokens aren't required and can't be specified during user registration. -
ON- MFA tokens are required for all user registrations. You can only specify required when you're initially creating a user pool. -
OPTIONAL- Users have the option when registering to create an MFA token.
sourcepub fn device_configuration(&self) -> Option<&DeviceConfigurationType>
pub fn device_configuration(&self) -> Option<&DeviceConfigurationType>
The device-remembering configuration for a user pool. A null value indicates that you have deactivated device remembering in your user pool.
When you provide a value for any DeviceConfiguration field, you activate the Amazon Cognito device-remembering feature.
sourcepub fn estimated_number_of_users(&self) -> i32
pub fn estimated_number_of_users(&self) -> i32
A number estimating the size of the user pool.
sourcepub fn email_configuration(&self) -> Option<&EmailConfigurationType>
pub fn email_configuration(&self) -> Option<&EmailConfigurationType>
The email configuration of your user pool. The email configuration type sets your preferred sending method, Amazon Web Services Region, and sender for messages from your user pool.
sourcepub fn sms_configuration(&self) -> Option<&SmsConfigurationType>
pub fn sms_configuration(&self) -> Option<&SmsConfigurationType>
The SMS configuration with the settings that your Amazon Cognito user pool must use to send an SMS message from your Amazon Web Services account through Amazon Simple Notification Service. To send SMS messages with Amazon SNS in the Amazon Web Services Region that you want, the Amazon Cognito user pool uses an Identity and Access Management (IAM) role in your Amazon Web Services account.
The tags that are assigned to the user pool. A tag is a label that you can apply to user pools to categorize and manage them in different ways, such as by purpose, owner, environment, or other criteria.
sourcepub fn sms_configuration_failure(&self) -> Option<&str>
pub fn sms_configuration_failure(&self) -> Option<&str>
The reason why the SMS configuration can't send the messages to your users.
This message might include comma-separated values to describe why your SMS configuration can't send messages to user pool end users.
- InvalidSmsRoleAccessPolicyException
-
The Identity and Access Management role that Amazon Cognito uses to send SMS messages isn't properly configured. For more information, see SmsConfigurationType.
- SNSSandbox
-
The Amazon Web Services account is in the SNS SMS Sandbox and messages will only reach verified end users. This parameter won’t get populated with SNSSandbox if the user creating the user pool doesn’t have SNS permissions. To learn how to move your Amazon Web Services account out of the sandbox, see Moving out of the SMS sandbox.
sourcepub fn email_configuration_failure(&self) -> Option<&str>
pub fn email_configuration_failure(&self) -> Option<&str>
Deprecated. Review error codes from API requests with EventSource:cognito-idp.amazonaws.com in CloudTrail for information about problems with user pool email configuration.
sourcepub fn domain(&self) -> Option<&str>
pub fn domain(&self) -> Option<&str>
The domain prefix, if the user pool has a domain associated with it.
sourcepub fn custom_domain(&self) -> Option<&str>
pub fn custom_domain(&self) -> Option<&str>
A custom domain name that you provide to Amazon Cognito. This parameter applies only if you use a custom domain to host the sign-up and sign-in pages for your application. An example of a custom domain name might be auth.example.com.
For more information about adding a custom domain to your user pool, see Using Your Own Domain for the Hosted UI.
sourcepub fn admin_create_user_config(&self) -> Option<&AdminCreateUserConfigType>
pub fn admin_create_user_config(&self) -> Option<&AdminCreateUserConfigType>
The configuration for AdminCreateUser requests.
sourcepub fn user_pool_add_ons(&self) -> Option<&UserPoolAddOnsType>
pub fn user_pool_add_ons(&self) -> Option<&UserPoolAddOnsType>
User pool add-ons. Contains settings for activation of advanced security features. To log user security information but take no action, set to AUDIT. To configure automatic security responses to risky traffic to your user pool, set to ENFORCED.
For more information, see Adding advanced security to a user pool.
sourcepub fn username_configuration(&self) -> Option<&UsernameConfigurationType>
pub fn username_configuration(&self) -> Option<&UsernameConfigurationType>
Case sensitivity of the username input for the selected sign-in option. For example, when case sensitivity is set to False, users can sign in using either "username" or "Username". This configuration is immutable once it has been set. For more information, see UsernameConfigurationType.
sourcepub fn account_recovery_setting(&self) -> Option<&AccountRecoverySettingType>
pub fn account_recovery_setting(&self) -> Option<&AccountRecoverySettingType>
The available verified method a user can use to recover their password when they call ForgotPassword. You can use this setting to define a preferred method when a user has more than one method available. With this setting, SMS doesn't qualify for a valid password recovery mechanism if the user also has SMS multi-factor authentication (MFA) activated. In the absence of this setting, Amazon Cognito uses the legacy behavior to determine the recovery method where SMS is preferred through email.
source§impl UserPoolType
impl UserPoolType
sourcepub fn builder() -> UserPoolTypeBuilder
pub fn builder() -> UserPoolTypeBuilder
Creates a new builder-style object to manufacture UserPoolType.
Trait Implementations§
source§impl Clone for UserPoolType
impl Clone for UserPoolType
source§fn clone(&self) -> UserPoolType
fn clone(&self) -> UserPoolType
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for UserPoolType
impl Debug for UserPoolType
source§impl PartialEq for UserPoolType
impl PartialEq for UserPoolType
source§fn eq(&self, other: &UserPoolType) -> bool
fn eq(&self, other: &UserPoolType) -> bool
self and other values to be equal, and is used
by ==.