interface BounceTemplateProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SES.Actions.BounceTemplateProps |
![]() | software.amazon.awscdk.services.ses.actions.BounceTemplateProps |
![]() | aws_cdk.aws_ses_actions.BounceTemplateProps |
![]() | @aws-cdk/aws-ses-actions » BounceTemplateProps |
Construction properties for a BounceTemplate.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as ses_actions from '@aws-cdk/aws-ses-actions';
const bounceTemplateProps: ses_actions.BounceTemplateProps = {
message: 'message',
smtpReplyCode: 'smtpReplyCode',
// the properties below are optional
statusCode: 'statusCode',
};
Properties
Name | Type | Description |
---|---|---|
message | string | Human-readable text to include in the bounce message. |
smtp | string | The SMTP reply code, as defined by RFC 5321. |
status | string | The SMTP enhanced status code, as defined by RFC 3463. |
message
Type:
string
Human-readable text to include in the bounce message.
smtpReplyCode
Type:
string
The SMTP reply code, as defined by RFC 5321.
See also: https://tools.ietf.org/html/rfc5321
statusCode?
Type:
string
(optional)
The SMTP enhanced status code, as defined by RFC 3463.
See also: https://tools.ietf.org/html/rfc3463