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