Class: Aws::AmplifyBackend::Types::UpdateBackendAuthUserPoolConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::UpdateBackendAuthUserPoolConfig
- Defined in:
- gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb
Overview
Describes the Amazon Cognito user pool configuration for the authorization resource to be configured for your Amplify project on an update.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#forgot_password ⇒ Types::UpdateBackendAuthForgotPasswordConfig
(DEPRECATED) Describes the forgot password policy for your Amazon Cognito user pool, configured as a part of your Amplify project.
-
#mfa ⇒ Types::UpdateBackendAuthMFAConfig
Describes whether to apply multi-factor authentication policies for your Amazon Cognito user pool configured as a part of your Amplify project.
-
#o_auth ⇒ Types::UpdateBackendAuthOAuthConfig
Describes the OAuth policy and rules for your Amazon Cognito user pool, configured as a part of your Amplify project.
-
#password_policy ⇒ Types::UpdateBackendAuthPasswordPolicyConfig
Describes the password policy for your Amazon Cognito user pool, configured as a part of your Amplify project.
-
#verification_message ⇒ Types::UpdateBackendAuthVerificationMessageConfig
Describes the email or SMS verification message for your Amazon Cognito user pool, configured as a part of your Amplify project.
Instance Attribute Details
#forgot_password ⇒ Types::UpdateBackendAuthForgotPasswordConfig
(DEPRECATED) Describes the forgot password policy for your Amazon Cognito user pool, configured as a part of your Amplify project.
3347 3348 3349 3350 3351 3352 3353 3354 3355 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 3347 class UpdateBackendAuthUserPoolConfig < Struct.new( :forgot_password, :mfa, :o_auth, :password_policy, :verification_message) SENSITIVE = [] include Aws::Structure end |
#mfa ⇒ Types::UpdateBackendAuthMFAConfig
Describes whether to apply multi-factor authentication policies for your Amazon Cognito user pool configured as a part of your Amplify project.
3347 3348 3349 3350 3351 3352 3353 3354 3355 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 3347 class UpdateBackendAuthUserPoolConfig < Struct.new( :forgot_password, :mfa, :o_auth, :password_policy, :verification_message) SENSITIVE = [] include Aws::Structure end |
#o_auth ⇒ Types::UpdateBackendAuthOAuthConfig
Describes the OAuth policy and rules for your Amazon Cognito user pool, configured as a part of your Amplify project.
3347 3348 3349 3350 3351 3352 3353 3354 3355 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 3347 class UpdateBackendAuthUserPoolConfig < Struct.new( :forgot_password, :mfa, :o_auth, :password_policy, :verification_message) SENSITIVE = [] include Aws::Structure end |
#password_policy ⇒ Types::UpdateBackendAuthPasswordPolicyConfig
Describes the password policy for your Amazon Cognito user pool, configured as a part of your Amplify project.
3347 3348 3349 3350 3351 3352 3353 3354 3355 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 3347 class UpdateBackendAuthUserPoolConfig < Struct.new( :forgot_password, :mfa, :o_auth, :password_policy, :verification_message) SENSITIVE = [] include Aws::Structure end |
#verification_message ⇒ Types::UpdateBackendAuthVerificationMessageConfig
Describes the email or SMS verification message for your Amazon Cognito user pool, configured as a part of your Amplify project.
3347 3348 3349 3350 3351 3352 3353 3354 3355 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 3347 class UpdateBackendAuthUserPoolConfig < Struct.new( :forgot_password, :mfa, :o_auth, :password_policy, :verification_message) SENSITIVE = [] include Aws::Structure end |