Class CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cognito.CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty
@Stability(Stable)
@Internal
public static final class CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty
An implementation for
CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.cognito.CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty
CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty.Builder, CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectThe template for the email message that your user pool sends when a detected risk event is blocked.final StringgetFrom()The email address that sends the email message.final ObjectThe template for the email message that your user pool sends when MFA is challenged in response to a detected risk.final ObjectThe template for the email message that your user pool sends when no action is taken in response to a detected risk.final StringThe reply-to email address of an email template.final StringThe Amazon Resource Name (ARN) of the identity that is associated with the sending authorization policy.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty.Builder.
-
-
Method Details
-
getSourceArn
Description copied from interface:CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypePropertyThe Amazon Resource Name (ARN) of the identity that is associated with the sending authorization policy.This identity permits Amazon Cognito to send for the email address specified in the
Fromparameter.- Specified by:
getSourceArnin interfaceCfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty- See Also:
-
getBlockEmail
Description copied from interface:CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypePropertyThe template for the email message that your user pool sends when a detected risk event is blocked.- Specified by:
getBlockEmailin interfaceCfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty- See Also:
-
getFrom
Description copied from interface:CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypePropertyThe email address that sends the email message.The address must be either individually verified with Amazon Simple Email Service, or from a domain that has been verified with Amazon SES.
- Specified by:
getFromin interfaceCfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty- See Also:
-
getMfaEmail
Description copied from interface:CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypePropertyThe template for the email message that your user pool sends when MFA is challenged in response to a detected risk.- Specified by:
getMfaEmailin interfaceCfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty- See Also:
-
getNoActionEmail
Description copied from interface:CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypePropertyThe template for the email message that your user pool sends when no action is taken in response to a detected risk.- Specified by:
getNoActionEmailin interfaceCfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty- See Also:
-
getReplyTo
Description copied from interface:CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypePropertyThe reply-to email address of an email template.- Specified by:
getReplyToin interfaceCfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-