aws-cdk-lib.aws_cognito.CfnUserPoolRiskConfigurationAttachment.NotifyEmailTypeProperty

interface NotifyEmailTypeProperty

LanguageType name
.NETAmazon.CDK.AWS.Cognito.CfnUserPoolRiskConfigurationAttachment.NotifyEmailTypeProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awscognito#CfnUserPoolRiskConfigurationAttachment_NotifyEmailTypeProperty
Javasoftware.amazon.awscdk.services.cognito.CfnUserPoolRiskConfigurationAttachment.NotifyEmailTypeProperty
Pythonaws_cdk.aws_cognito.CfnUserPoolRiskConfigurationAttachment.NotifyEmailTypeProperty
TypeScript aws-cdk-lib » aws_cognito » CfnUserPoolRiskConfigurationAttachment » NotifyEmailTypeProperty

The notify email type.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_cognito as cognito } from 'aws-cdk-lib';
const notifyEmailTypeProperty: cognito.CfnUserPoolRiskConfigurationAttachment.NotifyEmailTypeProperty = {
  subject: 'subject',

  // the properties below are optional
  htmlBody: 'htmlBody',
  textBody: 'textBody',
};

Properties

NameTypeDescription
subjectstringThe email subject.
htmlBody?stringThe email HTML body.
textBody?stringThe email text body.

subject

Type: string

The email subject.


htmlBody?

Type: string (optional)

The email HTML body.


textBody?

Type: string (optional)

The email text body.