Interface CustomVerificationEmailTemplateReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CustomVerificationEmailTemplateReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-19T12:55:15.929Z")
@Stability(Stable)
public interface CustomVerificationEmailTemplateReference
extends software.amazon.jsii.JsiiSerializable
A reference to a CustomVerificationEmailTemplate resource.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.interfaces.ses.*;
CustomVerificationEmailTemplateReference customVerificationEmailTemplateReference = CustomVerificationEmailTemplateReference.builder()
.templateName("templateName")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCustomVerificationEmailTemplateReferencestatic final classAn implementation forCustomVerificationEmailTemplateReference -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The TemplateName of the CustomVerificationEmailTemplate resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getTemplateName
The TemplateName of the CustomVerificationEmailTemplate resource. -
builder
-