class Aws::AmplifyBackend::Types::CreateBackendAuthPasswordPolicyConfig
The password policy configuration for the backend to your Amplify project.
@note When making an API call, you may pass CreateBackendAuthPasswordPolicyConfig
data as a hash: { additional_constraints: ["REQUIRE_DIGIT"], # accepts REQUIRE_DIGIT, REQUIRE_LOWERCASE, REQUIRE_SYMBOL, REQUIRE_UPPERCASE minimum_length: 1.0, # required }
@!attribute [rw] additional_constraints
Additional constraints for the password used to access the backend of your Amplify project. @return [Array<String>]
@!attribute [rw] minimum_length
The minimum length of the password used to access the backend of your Amplify project. @return [Float]
@see docs.aws.amazon.com/goto/WebAPI/amplifybackend-2020-08-11/CreateBackendAuthPasswordPolicyConfig AWS API Documentation
Constants
- SENSITIVE