Show / Hide Table of Contents

Class CfnUserPoolRiskConfigurationAttachmentPropsMixin.NotifyEmailTypeProperty

The template for email messages that advanced security features sends to a user when your threat protection automated response has a Notify action.

Inheritance
object
CfnUserPoolRiskConfigurationAttachmentPropsMixin.NotifyEmailTypeProperty
Implements
CfnUserPoolRiskConfigurationAttachmentPropsMixin.INotifyEmailTypeProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.Cognito.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnUserPoolRiskConfigurationAttachmentPropsMixin.NotifyEmailTypeProperty : CfnUserPoolRiskConfigurationAttachmentPropsMixin.INotifyEmailTypeProperty
Syntax (vb)
Public Class CfnUserPoolRiskConfigurationAttachmentPropsMixin.NotifyEmailTypeProperty Implements CfnUserPoolRiskConfigurationAttachmentPropsMixin.INotifyEmailTypeProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyemailtype.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.Mixins.Preview.AWS.Cognito.Mixins;

             var notifyEmailTypeProperty = new NotifyEmailTypeProperty {
                 HtmlBody = "htmlBody",
                 Subject = "subject",
                 TextBody = "textBody"
             };

Synopsis

Constructors

NotifyEmailTypeProperty()

The template for email messages that advanced security features sends to a user when your threat protection automated response has a Notify action.

Properties

HtmlBody

The body of an email notification formatted in HTML.

Subject

The subject of the threat protection email notification.

TextBody

The body of an email notification formatted in plaintext.

Constructors

NotifyEmailTypeProperty()

The template for email messages that advanced security features sends to a user when your threat protection automated response has a Notify action.

public NotifyEmailTypeProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-notifyemailtype.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.Mixins.Preview.AWS.Cognito.Mixins;

             var notifyEmailTypeProperty = new NotifyEmailTypeProperty {
                 HtmlBody = "htmlBody",
                 Subject = "subject",
                 TextBody = "textBody"
             };

Properties

HtmlBody

The body of an email notification formatted in HTML.

public string? HtmlBody { get; set; }
Property Value

string

Remarks

Choose an HtmlBody or a TextBody to send an HTML-formatted or plaintext message, respectively.

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

Subject

The subject of the threat protection email notification.

public string? Subject { get; set; }
Property Value

string

Remarks

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

TextBody

The body of an email notification formatted in plaintext.

public string? TextBody { get; set; }
Property Value

string

Remarks

Choose an HtmlBody or a TextBody to send an HTML-formatted or plaintext message, respectively.

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

Implements

CfnUserPoolRiskConfigurationAttachmentPropsMixin.INotifyEmailTypeProperty
Back to top Generated by DocFX