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();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnUserPoolRiskConfigurationAttachment.CompromisedCredentialsActionsTypeProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEventAction
The event action.- See Also:
-
builder
@Stability(Stable) static CfnUserPoolRiskConfigurationAttachment.CompromisedCredentialsActionsTypeProperty.Builder builder()
-