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
The compromised credentials actions type.

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();