Struct aws_sdk_amplifybackend::model::UpdateBackendAuthPasswordPolicyConfig [−][src]
#[non_exhaustive]pub struct UpdateBackendAuthPasswordPolicyConfig {
pub additional_constraints: Option<Vec<AdditionalConstraintsElement>>,
pub minimum_length: f64,
}
Expand description
Describes the password policy for your Amazon Cognito user pool configured as a part of your Amplify project.
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.additional_constraints: Option<Vec<AdditionalConstraintsElement>>
Describes additional constraints on password requirements to sign in to the auth resource, configured as a part of your Amplify project.
minimum_length: f64
Describes the minimum length of the password required to sign in to the auth resource, configured as a part of your Amplify project.
Implementations
Describes additional constraints on password requirements to sign in to the auth resource, configured as a part of your Amplify project.
Describes the minimum length of the password required to sign in to the auth resource, configured as a part of your Amplify project.
Creates a new builder-style object to manufacture UpdateBackendAuthPasswordPolicyConfig
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
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