@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
date="2023-01-25T18:29:05.329Z")
public interface CfnTemplateProps
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 java.lang.Object |
getTemplate()
The content of the email, composed of a subject line and either an HTML part or a text-only part.
|
default java.lang.Object getTemplate()
static CfnTemplateProps.Builder builder()
CfnTemplateProps.Builder
of CfnTemplateProps