class Aws::AmplifyBackend::Types::UpdateBackendAuthPasswordPolicyConfig

Describes the password policy for your Amazon Cognito user pool configured as a part of your Amplify project.

@note When making an API call, you may pass UpdateBackendAuthPasswordPolicyConfig

data as a hash:

    {
      additional_constraints: ["REQUIRE_DIGIT"], # accepts REQUIRE_DIGIT, REQUIRE_LOWERCASE, REQUIRE_SYMBOL, REQUIRE_UPPERCASE
      minimum_length: 1.0,
    }

@!attribute [rw] additional_constraints

Describes additional constraints on password requirements to sign in
to the auth resource, configured as a part of your Amplify project.
@return [Array<String>]

@!attribute [rw] minimum_length

Describes the minimum length of the password required to sign in to
the auth resource, configured as a part of your Amplify project.
@return [Float]

@see docs.aws.amazon.com/goto/WebAPI/amplifybackend-2020-08-11/UpdateBackendAuthPasswordPolicyConfig AWS API Documentation

Constants

SENSITIVE