Class: Aws::AmplifyBackend::Types::CreateBackendAuthPasswordPolicyConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-amplifybackend/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

Instance Attribute Details

#additional_constraintsArray<String>

Additional constraints for the password used to access the backend of your Amplify project.

Returns:

  • (Array<String>)


829
830
831
832
833
834
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 829

class CreateBackendAuthPasswordPolicyConfig < Struct.new(
  :additional_constraints,
  :minimum_length)
  SENSITIVE = []
  include Aws::Structure
end

#minimum_lengthFloat

The minimum length of the password used to access the backend of your Amplify project.

Returns:

  • (Float)


829
830
831
832
833
834
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 829

class CreateBackendAuthPasswordPolicyConfig < Struct.new(
  :additional_constraints,
  :minimum_length)
  SENSITIVE = []
  include Aws::Structure
end