Struct aws_sdk_amplifybackend::model::create_backend_auth_user_pool_config::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for CreateBackendAuthUserPoolConfig
Implementations
Describes the forgotten password policy for your Amazon Cognito user pool, configured as a part of your Amplify project.
pub fn set_forgot_password(
self,
input: Option<CreateBackendAuthForgotPasswordConfig>
) -> Self
pub fn set_forgot_password(
self,
input: Option<CreateBackendAuthForgotPasswordConfig>
) -> Self
Describes the forgotten password policy for your Amazon Cognito user pool, configured as a part of your Amplify project.
Describes whether to apply multi-factor authentication policies for your Amazon Cognito user pool configured as a part of your Amplify project.
Describes whether to apply multi-factor authentication policies for your Amazon Cognito user pool configured as a part of your Amplify project.
Describes the OAuth policy and rules for your Amazon Cognito user pool, configured as a part of your Amplify project.
Describes the OAuth policy and rules for your Amazon Cognito user pool, configured as a part of your Amplify project.
Describes the password policy for your Amazon Cognito user pool, configured as a part of your Amplify project.
pub fn set_password_policy(
self,
input: Option<CreateBackendAuthPasswordPolicyConfig>
) -> Self
pub fn set_password_policy(
self,
input: Option<CreateBackendAuthPasswordPolicyConfig>
) -> Self
Describes the password policy for your Amazon Cognito user pool, configured as a part of your Amplify project.
Appends an item to required_sign_up_attributes
.
To override the contents of this collection use set_required_sign_up_attributes
.
The required attributes to sign up new users in the user pool.
pub fn set_required_sign_up_attributes(
self,
input: Option<Vec<RequiredSignUpAttributesElement>>
) -> Self
pub fn set_required_sign_up_attributes(
self,
input: Option<Vec<RequiredSignUpAttributesElement>>
) -> Self
The required attributes to sign up new users in the user pool.
Describes the sign-in methods that your Amplify app users use to log in using the Amazon Cognito user pool, configured as a part of your Amplify project.
Describes the sign-in methods that your Amplify app users use to log in using the Amazon Cognito user pool, configured as a part of your Amplify project.
The Amazon Cognito user pool name.
The Amazon Cognito user pool name.
Consumes the builder and constructs a CreateBackendAuthUserPoolConfig
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more