@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:18.739Z") @Stability(value=Stable) public interface CfnEmailTemplateProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.pinpoint.*;
Object tags;
CfnEmailTemplateProps cfnEmailTemplateProps = CfnEmailTemplateProps.builder()
.subject("subject")
.templateName("templateName")
// the properties below are optional
.defaultSubstitutions("defaultSubstitutions")
.htmlPart("htmlPart")
.tags(tags)
.templateDescription("templateDescription")
.textPart("textPart")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnEmailTemplateProps.Builder
A builder for
CfnEmailTemplateProps |
static class |
CfnEmailTemplateProps.Jsii$Proxy
An implementation for
CfnEmailTemplateProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnEmailTemplateProps.Builder |
builder() |
default String |
getDefaultSubstitutions()
`AWS::Pinpoint::EmailTemplate.DefaultSubstitutions`.
|
default String |
getHtmlPart()
`AWS::Pinpoint::EmailTemplate.HtmlPart`.
|
String |
getSubject()
`AWS::Pinpoint::EmailTemplate.Subject`.
|
default Object |
getTags()
`AWS::Pinpoint::EmailTemplate.Tags`.
|
default String |
getTemplateDescription()
`AWS::Pinpoint::EmailTemplate.TemplateDescription`.
|
String |
getTemplateName()
`AWS::Pinpoint::EmailTemplate.TemplateName`.
|
default String |
getTextPart()
`AWS::Pinpoint::EmailTemplate.TextPart`.
|
@Stability(value=Stable) @Nullable default String getDefaultSubstitutions()
@Stability(value=Stable) @Nullable default String getHtmlPart()
@Stability(value=Stable) @NotNull String getSubject()
@Stability(value=Stable) @Nullable default Object getTags()
@Stability(value=Stable) @Nullable default String getTemplateDescription()
@Stability(value=Stable) @NotNull String getTemplateName()
@Stability(value=Stable) @Nullable default String getTextPart()
@Stability(value=Stable) static CfnEmailTemplateProps.Builder builder()
CfnEmailTemplateProps.Builder of CfnEmailTemplatePropsCopyright © 2021. All rights reserved.