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 ObjectEmail template used when a detected risk event is blocked.final StringgetFrom()The email address that is sending the email.final ObjectThe multi-factor authentication (MFA) email template used when MFA is challenged as part of a detected risk.final ObjectThe email template used when a detected risk event is allowed.final StringThe destination to which the receiver of an email should reply to.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.NotifyConfigurationTypePropertyEmail template used when a detected risk event is blocked.- Specified by:
getBlockEmailin interfaceCfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty- See Also:
-
getFrom
Description copied from interface:CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypePropertyThe email address that is sending the email.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 multi-factor authentication (MFA) email template used when MFA is challenged as part of a detected risk.- Specified by:
getMfaEmailin interfaceCfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty- See Also:
-
getNoActionEmail
Description copied from interface:CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypePropertyThe email template used when a detected risk event is allowed.- Specified by:
getNoActionEmailin interfaceCfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty- See Also:
-
getReplyTo
Description copied from interface:CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypePropertyThe destination to which the receiver of an email should reply to.- 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()
-