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 classA builder forCfnUserPool.AdvancedSecurityAdditionalFlowsPropertystatic final classAn implementation forCfnUserPool.AdvancedSecurityAdditionalFlowsProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default StringThe 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
-