public static final class CfnUserPoolRiskConfigurationAttachment.AccountTakeoverActionTypeProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnUserPoolRiskConfigurationAttachment.AccountTakeoverActionTypeProperty
CfnUserPoolRiskConfigurationAttachment.AccountTakeoverActionTypeProperty
CfnUserPoolRiskConfigurationAttachment.AccountTakeoverActionTypeProperty.Builder, CfnUserPoolRiskConfigurationAttachment.AccountTakeoverActionTypeProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getEventAction()
The action to take in response to the account takeover action.
|
java.lang.Object |
getNotify()
Flag specifying whether to send a notification.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getEventAction()
CfnUserPoolRiskConfigurationAttachment.AccountTakeoverActionTypeProperty
BLOCK
Choosing this action will block the request.MFA_IF_CONFIGURED
Present an MFA challenge if user has configured it, else allow the request.MFA_REQUIRED
Present an MFA challenge if user has configured it, else block the request.NO_ACTION
Allow the user to sign in.getEventAction
in interface CfnUserPoolRiskConfigurationAttachment.AccountTakeoverActionTypeProperty
public final java.lang.Object getNotify()
CfnUserPoolRiskConfigurationAttachment.AccountTakeoverActionTypeProperty
getNotify
in interface CfnUserPoolRiskConfigurationAttachment.AccountTakeoverActionTypeProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()