@Stability(value=Stable)
public static interface CfnUserPoolRiskConfigurationAttachment.CompromisedCredentialsActionsTypeProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnUserPoolRiskConfigurationAttachment.CompromisedCredentialsActionsTypeProperty.Builder
|
static class |
CfnUserPoolRiskConfigurationAttachment.CompromisedCredentialsActionsTypeProperty.Jsii$Proxy
An implementation for
CfnUserPoolRiskConfigurationAttachment.CompromisedCredentialsActionsTypeProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnUserPoolRiskConfigurationAttachment.CompromisedCredentialsActionsTypeProperty.Builder |
builder() |
String |
getEventAction()
The event action.
|
@Stability(value=Stable) @NotNull String getEventAction()
@Stability(value=Stable) static CfnUserPoolRiskConfigurationAttachment.CompromisedCredentialsActionsTypeProperty.Builder builder()
Copyright © 2022. All rights reserved.