Class: Aws::AmplifyBackend::Types::CreateBackendAuthPasswordPolicyConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::CreateBackendAuthPasswordPolicyConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplifybackend/types.rb
Overview
The password policy configuration for the backend to your Amplify project.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#additional_constraints ⇒ Array<String>
Additional constraints for the password used to access the backend of your Amplify project.
-
#minimum_length ⇒ Float
The minimum length of the password used to access the backend of your Amplify project.
Instance Attribute Details
#additional_constraints ⇒ Array<String>
Additional constraints for the password used to access the backend of your Amplify project.
829 830 831 832 833 834 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 829 class CreateBackendAuthPasswordPolicyConfig < Struct.new( :additional_constraints, :minimum_length) SENSITIVE = [] include Aws::Structure end |
#minimum_length ⇒ Float
The minimum length of the password used to access the backend of your Amplify project.
829 830 831 832 833 834 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 829 class CreateBackendAuthPasswordPolicyConfig < Struct.new( :additional_constraints, :minimum_length) SENSITIVE = [] include Aws::Structure end |