@Stability(value=Stable) public static final class CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty>
| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty.Builder sourceArn(String sourceArn)
CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty.getSourceArn()sourceArn - The Amazon Resource Name (ARN) of the identity that is associated with the sending authorization policy. This parameter is required.
This identity permits Amazon Cognito to send for the email address specified in the From parameter.this@Stability(value=Stable) public CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty.Builder blockEmail(CfnUserPoolRiskConfigurationAttachment.NotifyEmailTypeProperty blockEmail)
CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty.getBlockEmail()blockEmail - Email template used when a detected risk event is blocked.this@Stability(value=Stable) public CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty.Builder blockEmail(IResolvable blockEmail)
CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty.getBlockEmail()blockEmail - Email template used when a detected risk event is blocked.this@Stability(value=Stable) public CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty.Builder from(String from)
from - The 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.this@Stability(value=Stable) public CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty.Builder mfaEmail(CfnUserPoolRiskConfigurationAttachment.NotifyEmailTypeProperty mfaEmail)
CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty.getMfaEmail()mfaEmail - The multi-factor authentication (MFA) email template used when MFA is challenged as part of a detected risk.this@Stability(value=Stable) public CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty.Builder mfaEmail(IResolvable mfaEmail)
CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty.getMfaEmail()mfaEmail - The multi-factor authentication (MFA) email template used when MFA is challenged as part of a detected risk.this@Stability(value=Stable) public CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty.Builder noActionEmail(CfnUserPoolRiskConfigurationAttachment.NotifyEmailTypeProperty noActionEmail)
CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty.getNoActionEmail()noActionEmail - The email template used when a detected risk event is allowed.this@Stability(value=Stable) public CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty.Builder noActionEmail(IResolvable noActionEmail)
CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty.getNoActionEmail()noActionEmail - The email template used when a detected risk event is allowed.this@Stability(value=Stable) public CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty.Builder replyTo(String replyTo)
CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty.getReplyTo()replyTo - The destination to which the receiver of an email should reply to.this@Stability(value=Stable) public CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty build()
build in interface software.amazon.jsii.Builder<CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty>CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.