public static final class CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty
CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty
CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty.Builder, CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty.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.Object |
getBlockEmail()
Email template used when a detected risk event is blocked.
|
java.lang.String |
getFrom()
The email address that is sending the email.
|
java.lang.Object |
getMfaEmail()
The multi-factor authentication (MFA) email template used when MFA is challenged as part of a detected risk.
|
java.lang.Object |
getNoActionEmail()
The email template used when a detected risk event is allowed.
|
java.lang.String |
getReplyTo()
The destination to which the receiver of an email should reply to.
|
java.lang.String |
getSourceArn()
The Amazon Resource Name (ARN) of the identity that is associated with the sending authorization policy.
|
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 getSourceArn()
CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty
This identity permits Amazon Cognito to send for the email address specified in the From
parameter.
getSourceArn
in interface CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty
public final java.lang.Object getBlockEmail()
CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty
getBlockEmail
in interface CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty
public final java.lang.String getFrom()
CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty
The address must be either individually verified with Amazon Simple Email Service, or from a domain that has been verified with Amazon SES.
getFrom
in interface CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty
public final java.lang.Object getMfaEmail()
CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty
getMfaEmail
in interface CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty
public final java.lang.Object getNoActionEmail()
CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty
getNoActionEmail
in interface CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty
public final java.lang.String getReplyTo()
CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty
getReplyTo
in interface CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()