#[non_exhaustive]pub struct UpdateBackendAuthPasswordPolicyConfig { /* private fields */ }
Expand description
Describes the password policy for your Amazon Cognito user pool configured as a part of your Amplify project.
Implementations§
source§impl UpdateBackendAuthPasswordPolicyConfig
impl UpdateBackendAuthPasswordPolicyConfig
sourcepub fn additional_constraints(&self) -> Option<&[AdditionalConstraintsElement]>
pub fn additional_constraints(&self) -> Option<&[AdditionalConstraintsElement]>
Describes additional constraints on password requirements to sign in to the auth resource, configured as a part of your Amplify project.
sourcepub fn minimum_length(&self) -> f64
pub fn minimum_length(&self) -> f64
Describes the minimum length of the password required to sign in to the auth resource, configured as a part of your Amplify project.
source§impl UpdateBackendAuthPasswordPolicyConfig
impl UpdateBackendAuthPasswordPolicyConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateBackendAuthPasswordPolicyConfig
.
Trait Implementations§
source§impl Clone for UpdateBackendAuthPasswordPolicyConfig
impl Clone for UpdateBackendAuthPasswordPolicyConfig
source§fn clone(&self) -> UpdateBackendAuthPasswordPolicyConfig
fn clone(&self) -> UpdateBackendAuthPasswordPolicyConfig
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<UpdateBackendAuthPasswordPolicyConfig> for UpdateBackendAuthPasswordPolicyConfig
impl PartialEq<UpdateBackendAuthPasswordPolicyConfig> for UpdateBackendAuthPasswordPolicyConfig
source§fn eq(&self, other: &UpdateBackendAuthPasswordPolicyConfig) -> bool
fn eq(&self, other: &UpdateBackendAuthPasswordPolicyConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.