Class CfnEmailTemplate
- All Implemented Interfaces:
IConstruct
,IDependable
,IInspectable
,software.amazon.jsii.JsiiSerializable
,software.constructs.IConstruct
AWS::Pinpoint::EmailTemplate
.
Creates a message template that you can use in messages that are sent through the email channel. A message template is a set of content and settings that you can define, save, and reuse in messages for any of your Amazon Pinpoint applications.
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; CfnEmailTemplate cfnEmailTemplate = CfnEmailTemplate.Builder.create(this, "MyCfnEmailTemplate") .subject("subject") .templateName("templateName") // the properties below are optional .defaultSubstitutions("defaultSubstitutions") .htmlPart("htmlPart") .tags(tags) .templateDescription("templateDescription") .textPart("textPart") .build();
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.core.IConstruct
IConstruct.Jsii$Default
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default
Nested classes/interfaces inherited from interface software.amazon.awscdk.core.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The CloudFormation resource type name for this resource class. -
Constructor Summary
ModifierConstructorDescriptionCfnEmailTemplate
(Construct scope, String id, CfnEmailTemplateProps props) Create a newAWS::Pinpoint::EmailTemplate
.protected
CfnEmailTemplate
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
CfnEmailTemplate
(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the message template.A JSON object that specifies the default values to use for message variables in the message template.The message body, in HTML format, to use in email messages that are based on the message template.The subject line, or title, to use in email messages that are based on the message template.getTags()
An array of key-value pairs to apply to this resource.A custom description of the message template.The name of the message template.The message body, in plain text format, to use in email messages that are based on the message template.void
inspect
(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties
(Map<String, Object> props) void
setDefaultSubstitutions
(String value) A JSON object that specifies the default values to use for message variables in the message template.void
setHtmlPart
(String value) The message body, in HTML format, to use in email messages that are based on the message template.void
setSubject
(String value) The subject line, or title, to use in email messages that are based on the message template.void
setTemplateDescription
(String value) A custom description of the message template.void
setTemplateName
(String value) The name of the message template.void
setTextPart
(String value) The message body, in plain text format, to use in email messages that are based on the message template.Methods inherited from class software.amazon.awscdk.core.CfnResource
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validateProperties
Methods inherited from class software.amazon.awscdk.core.CfnRefElement
getRef
Methods inherited from class software.amazon.awscdk.core.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
Methods inherited from class software.amazon.awscdk.core.Construct
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validate
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnEmailTemplate
protected CfnEmailTemplate(software.amazon.jsii.JsiiObjectRef objRef) -
CfnEmailTemplate
protected CfnEmailTemplate(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnEmailTemplate
@Stability(Stable) public CfnEmailTemplate(@NotNull Construct scope, @NotNull String id, @NotNull CfnEmailTemplateProps props) Create a newAWS::Pinpoint::EmailTemplate
.- Parameters:
scope
-- scope in which this resource is defined.
id
-- scoped id of the resource.
props
-- resource properties.
-
-
Method Details
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspect
in interfaceIInspectable
- Parameters:
inspector
-- tree inspector to collect and process attributes.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderProperties
in classCfnResource
- Parameters:
props
- This parameter is required.
-
getAttrArn
The Amazon Resource Name (ARN) of the message template. -
getCfnProperties
- Overrides:
getCfnProperties
in classCfnResource
-
getTags
An array of key-value pairs to apply to this resource.For more information, see Tag .
-
getSubject
The subject line, or title, to use in email messages that are based on the message template. -
setSubject
The subject line, or title, to use in email messages that are based on the message template. -
getTemplateName
The name of the message template. -
setTemplateName
The name of the message template. -
getDefaultSubstitutions
A JSON object that specifies the default values to use for message variables in the message template.This object is a set of key-value pairs. Each key defines a message variable in the template. The corresponding value defines the default value for that variable. When you create a message that's based on the template, you can override these defaults with message-specific and address-specific variables and values.
-
setDefaultSubstitutions
A JSON object that specifies the default values to use for message variables in the message template.This object is a set of key-value pairs. Each key defines a message variable in the template. The corresponding value defines the default value for that variable. When you create a message that's based on the template, you can override these defaults with message-specific and address-specific variables and values.
-
getHtmlPart
The message body, in HTML format, to use in email messages that are based on the message template.We recommend using HTML format for email clients that render HTML content. You can include links, formatted text, and more in an HTML message.
-
setHtmlPart
The message body, in HTML format, to use in email messages that are based on the message template.We recommend using HTML format for email clients that render HTML content. You can include links, formatted text, and more in an HTML message.
-
getTemplateDescription
A custom description of the message template. -
setTemplateDescription
A custom description of the message template. -
getTextPart
The message body, in plain text format, to use in email messages that are based on the message template.We recommend using plain text format for email clients that don't render HTML content and clients that are connected to high-latency networks, such as mobile devices.
-
setTextPart
The message body, in plain text format, to use in email messages that are based on the message template.We recommend using plain text format for email clients that don't render HTML content and clients that are connected to high-latency networks, such as mobile devices.
-