@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.195Z") @Stability(value=Stable) public interface CfnTemplateProps 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.ses.*;
CfnTemplateProps cfnTemplateProps = CfnTemplateProps.builder()
.template(TemplateProperty.builder()
.subjectPart("subjectPart")
// the properties below are optional
.htmlPart("htmlPart")
.templateName("templateName")
.textPart("textPart")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTemplateProps.Builder
A builder for
CfnTemplateProps |
static class |
CfnTemplateProps.Jsii$Proxy
An implementation for
CfnTemplateProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnTemplateProps.Builder |
builder() |
default Object |
getTemplate()
The content of the email, composed of a subject line and either an HTML part or a text-only part.
|
@Stability(value=Stable) @Nullable default Object getTemplate()
@Stability(value=Stable) static CfnTemplateProps.Builder builder()
CfnTemplateProps.Builder of CfnTemplatePropsCopyright © 2022. All rights reserved.