Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.ses.CfnTemplatePropsMixin.Builder
Packages that use CfnTemplatePropsMixin.Builder
-
Uses of CfnTemplatePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.ses
Methods in software.amazon.awscdk.cfnpropertymixins.services.ses that return CfnTemplatePropsMixin.BuilderModifier and TypeMethodDescriptionCfnTemplatePropsMixin.Builder.create()CfnTemplatePropsMixin.Builder.create(CfnPropertyMixinOptions options) The tags (keys and values) associated with the email template.CfnTemplatePropsMixin.Builder.template(CfnTemplatePropsMixin.TemplateProperty template) The content of the email, composed of a subject line and either an HTML part or a text-only part.CfnTemplatePropsMixin.Builder.template(IResolvable template) The content of the email, composed of a subject line and either an HTML part or a text-only part.