interface NotifyEmailTypeProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Cognito.CfnUserPoolRiskConfigurationAttachment.NotifyEmailTypeProperty |
![]() | software.amazon.awscdk.services.cognito.CfnUserPoolRiskConfigurationAttachment.NotifyEmailTypeProperty |
![]() | aws_cdk.aws_cognito.CfnUserPoolRiskConfigurationAttachment.NotifyEmailTypeProperty |
![]() | @aws-cdk/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 * as cognito from '@aws-cdk/aws-cognito';
const notifyEmailTypeProperty: cognito.CfnUserPoolRiskConfigurationAttachment.NotifyEmailTypeProperty = {
subject: 'subject',
// the properties below are optional
htmlBody: 'htmlBody',
textBody: 'textBody',
};
Properties
Name | Type | Description |
---|---|---|
subject | string | The email subject. |
html | string | The email HTML body. |
text | string | The 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.