Class: Aws::CognitoIdentityProvider::Types::AdvancedSecurityAdditionalFlowsType
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::AdvancedSecurityAdditionalFlowsType
- Defined in:
- gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Threat protection configuration options for additional authentication types in your user pool, including custom authentication.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#custom_auth_mode ⇒ String
The operating mode of threat protection in custom authentication with [ Custom authentication challenge Lambda triggers][1].
Instance Attribute Details
#custom_auth_mode ⇒ String
The operating mode of threat protection in custom authentication with Custom authentication challenge Lambda triggers.
2420 2421 2422 2423 2424 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 2420 class AdvancedSecurityAdditionalFlowsType < Struct.new( :custom_auth_mode) SENSITIVE = [] include Aws::Structure end |