Show / Hide Table of Contents

Interface CfnUserPoolRiskConfigurationAttachment.INotifyConfigurationTypeProperty

The configuration for Amazon SES email messages that advanced security features sends to a user when your adaptive authentication automated response has a Notify action.

Namespace: Amazon.CDK.AWS.Cognito
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnUserPoolRiskConfigurationAttachment.INotifyConfigurationTypeProperty
Syntax (vb)
Public Interface CfnUserPoolRiskConfigurationAttachment.INotifyConfigurationTypeProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.Cognito;

             var notifyConfigurationTypeProperty = new NotifyConfigurationTypeProperty {
                 SourceArn = "sourceArn",

                 // the properties below are optional
                 BlockEmail = new NotifyEmailTypeProperty {
                     Subject = "subject",

                     // the properties below are optional
                     HtmlBody = "htmlBody",
                     TextBody = "textBody"
                 },
                 From = "from",
                 MfaEmail = new NotifyEmailTypeProperty {
                     Subject = "subject",

                     // the properties below are optional
                     HtmlBody = "htmlBody",
                     TextBody = "textBody"
                 },
                 NoActionEmail = new NotifyEmailTypeProperty {
                     Subject = "subject",

                     // the properties below are optional
                     HtmlBody = "htmlBody",
                     TextBody = "textBody"
                 },
                 ReplyTo = "replyTo"
             };

Synopsis

Properties

BlockEmail

The template for the email message that your user pool sends when a detected risk event is blocked.

From

The email address that sends the email message.

MfaEmail

The template for the email message that your user pool sends when MFA is challenged in response to a detected risk.

NoActionEmail

The template for the email message that your user pool sends when no action is taken in response to a detected risk.

ReplyTo

The reply-to email address of an email template.

SourceArn

The Amazon Resource Name (ARN) of the identity that is associated with the sending authorization policy.

Properties

BlockEmail

The template for the email message that your user pool sends when a detected risk event is blocked.

object? BlockEmail { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype-blockemail

From

The email address that sends the email message.

string? From { get; }
Property Value

string

Remarks

The address must be either individually verified with Amazon Simple Email Service, or from a domain that has been verified with Amazon SES.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype-from

MfaEmail

The template for the email message that your user pool sends when MFA is challenged in response to a detected risk.

object? MfaEmail { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype-mfaemail

NoActionEmail

The template for the email message that your user pool sends when no action is taken in response to a detected risk.

object? NoActionEmail { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype-noactionemail

ReplyTo

The reply-to email address of an email template.

string? ReplyTo { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype-replyto

SourceArn

The Amazon Resource Name (ARN) of the identity that is associated with the sending authorization policy.

string SourceArn { get; }
Property Value

string

Remarks

This identity permits Amazon Cognito to send for the email address specified in the From parameter.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype.html#cfn-cognito-userpoolriskconfigurationattachment-notifyconfigurationtype-sourcearn

Back to top Generated by DocFX