| Package | Description |
|---|---|
| software.amazon.awscdk.services.pinpoint |
Amazon Pinpoint Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnEmailTemplate.Builder |
CfnEmailTemplate.Builder.create(software.constructs.Construct scope,
String id) |
CfnEmailTemplate.Builder |
CfnEmailTemplate.Builder.defaultSubstitutions(String defaultSubstitutions)
A JSON object that specifies the default values to use for message variables in the message template.
|
CfnEmailTemplate.Builder |
CfnEmailTemplate.Builder.htmlPart(String htmlPart)
The message body, in HTML format, to use in email messages that are based on the message template.
|
CfnEmailTemplate.Builder |
CfnEmailTemplate.Builder.subject(String subject)
The subject line, or title, to use in email messages that are based on the message template.
|
CfnEmailTemplate.Builder |
CfnEmailTemplate.Builder.tags(Object tags)
An array of key-value pairs to apply to this resource.
|
CfnEmailTemplate.Builder |
CfnEmailTemplate.Builder.templateDescription(String templateDescription)
A custom description of the message template.
|
CfnEmailTemplate.Builder |
CfnEmailTemplate.Builder.templateName(String templateName)
The name of the message template.
|
CfnEmailTemplate.Builder |
CfnEmailTemplate.Builder.textPart(String textPart)
The message body, in plain text format, to use in email messages that are based on the message template.
|
Copyright © 2022. All rights reserved.