Class: Aws::AmplifyBackend::Types::CreateBackendAuthMFAConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::CreateBackendAuthMFAConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplifybackend/types.rb
Overview
Describes whether to apply multi-factor authentication policies for your Amazon Cognito user pool configured as a part of your Amplify project.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#mfa_mode ⇒ String
Describes whether MFA should be [ON, OFF, or OPTIONAL] for authentication in your Amplify project.
-
#settings ⇒ Types::Settings
Describes the configuration settings and methods for your Amplify app users to use MFA.
Instance Attribute Details
#mfa_mode ⇒ String
Describes whether MFA should be [ON, OFF, or OPTIONAL] for authentication in your Amplify project.
765 766 767 768 769 770 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 765 class CreateBackendAuthMFAConfig < Struct.new( :mfa_mode, :settings) SENSITIVE = [] include Aws::Structure end |
#settings ⇒ Types::Settings
Describes the configuration settings and methods for your Amplify app users to use MFA.
765 766 767 768 769 770 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 765 class CreateBackendAuthMFAConfig < Struct.new( :mfa_mode, :settings) SENSITIVE = [] include Aws::Structure end |