Class: Aws::AmplifyBackend::Types::UpdateBackendAuthPasswordPolicyConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::UpdateBackendAuthPasswordPolicyConfig
- Defined in:
- gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb
Overview
Describes the password policy for your Amazon Cognito user pool configured as a part of your Amplify project.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#additional_constraints ⇒ Array<String>
Describes additional constraints on password requirements to sign in to the auth resource, configured as a part of your Amplify project.
-
#minimum_length ⇒ Float
Describes the minimum length of the password required to sign in to the auth resource, configured as a part of your Amplify project.
Instance Attribute Details
#additional_constraints ⇒ Array<String>
Describes additional constraints on password requirements to sign in to the auth resource, configured as a part of your Amplify project.
3196 3197 3198 3199 3200 3201 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 3196 class UpdateBackendAuthPasswordPolicyConfig < Struct.new( :additional_constraints, :minimum_length) SENSITIVE = [] include Aws::Structure end |
#minimum_length ⇒ Float
Describes the minimum length of the password required to sign in to the auth resource, configured as a part of your Amplify project.
3196 3197 3198 3199 3200 3201 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 3196 class UpdateBackendAuthPasswordPolicyConfig < Struct.new( :additional_constraints, :minimum_length) SENSITIVE = [] include Aws::Structure end |