class Aws::CognitoIdentityProvider::Types::NotifyConfigurationType

The notify configuration type.

@note When making an API call, you may pass NotifyConfigurationType

data as a hash:

    {
      from: "StringType",
      reply_to: "StringType",
      source_arn: "ArnType", # required
      block_email: {
        subject: "EmailNotificationSubjectType", # required
        html_body: "EmailNotificationBodyType",
        text_body: "EmailNotificationBodyType",
      },
      no_action_email: {
        subject: "EmailNotificationSubjectType", # required
        html_body: "EmailNotificationBodyType",
        text_body: "EmailNotificationBodyType",
      },
      mfa_email: {
        subject: "EmailNotificationSubjectType", # required
        html_body: "EmailNotificationBodyType",
        text_body: "EmailNotificationBodyType",
      },
    }

@!attribute [rw] from

The email address that is sending the email. It must be either
individually verified with Amazon SES, or from a domain that has
been verified with Amazon SES.
@return [String]

@!attribute [rw] reply_to

The destination to which the receiver of an email should reply to.
@return [String]

@!attribute [rw] source_arn

The Amazon Resource Name (ARN) of the identity that is associated
with the sending authorization policy. It permits Amazon Cognito to
send for the email address specified in the `From` parameter.
@return [String]

@!attribute [rw] block_email

Email template used when a detected risk event is blocked.
@return [Types::NotifyEmailType]

@!attribute [rw] no_action_email

The email template used when a detected risk event is allowed.
@return [Types::NotifyEmailType]

@!attribute [rw] mfa_email

The MFA email template used when MFA is challenged as part of a
detected risk.
@return [Types::NotifyEmailType]

@see docs.aws.amazon.com/goto/WebAPI/cognito-idp-2016-04-18/NotifyConfigurationType AWS API Documentation

Constants

SENSITIVE