Interface CfnUserPoolRiskConfigurationAttachment.CompromisedCredentialsActionsTypeProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnUserPoolRiskConfigurationAttachment.CompromisedCredentialsActionsTypeProperty.Jsii$Proxy
- Enclosing class:
CfnUserPoolRiskConfigurationAttachment
@Stability(Stable)
public static interface CfnUserPoolRiskConfigurationAttachment.CompromisedCredentialsActionsTypeProperty
extends software.amazon.jsii.JsiiSerializable
Settings for user pool actions when Amazon Cognito detects compromised credentials with advanced security features in full-function
ENFORCED mode.
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.*;
CompromisedCredentialsActionsTypeProperty compromisedCredentialsActionsTypeProperty = CompromisedCredentialsActionsTypeProperty.builder()
.eventAction("eventAction")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnUserPoolRiskConfigurationAttachment.CompromisedCredentialsActionsTypeProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The action that Amazon Cognito takes when it detects compromised credentials.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEventAction
The action that Amazon Cognito takes when it detects compromised credentials.- See Also:
-
builder
@Stability(Stable) static CfnUserPoolRiskConfigurationAttachment.CompromisedCredentialsActionsTypeProperty.Builder builder()
-