Interface CfnUserPool.AdvancedSecurityAdditionalFlowsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnUserPool.AdvancedSecurityAdditionalFlowsProperty.Jsii$Proxy
- Enclosing class:
CfnUserPool
@Stability(Stable)
public static interface CfnUserPool.AdvancedSecurityAdditionalFlowsProperty
extends software.amazon.jsii.JsiiSerializable
Threat protection configuration options for additional authentication types in your user pool, including custom authentication.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.cognito.*; AdvancedSecurityAdditionalFlowsProperty advancedSecurityAdditionalFlowsProperty = AdvancedSecurityAdditionalFlowsProperty.builder() .customAuthMode("customAuthMode") .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnUserPool.AdvancedSecurityAdditionalFlowsProperty
static final class
An implementation forCfnUserPool.AdvancedSecurityAdditionalFlowsProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
default String
The operating mode of threat protection in custom authentication with Custom authentication challenge Lambda triggers .Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCustomAuthMode
The operating mode of threat protection in custom authentication with Custom authentication challenge Lambda triggers .- See Also:
-
builder
-