Class CfnCustomVerificationEmailTemplate
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.ses.CfnCustomVerificationEmailTemplate
- All Implemented Interfaces:
IInspectable,IEnvironmentAware,ICustomVerificationEmailTemplateRef,ITaggableV2,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-02T12:05:17.363Z")
@Stability(Stable)
public class CfnCustomVerificationEmailTemplate
extends CfnResource
implements IInspectable, ICustomVerificationEmailTemplateRef, ITaggableV2
Resource Type definition for AWS::SES::CustomVerificationEmailTemplate.
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.*;
CfnCustomVerificationEmailTemplate cfnCustomVerificationEmailTemplate = CfnCustomVerificationEmailTemplate.Builder.create(this, "MyCfnCustomVerificationEmailTemplate")
.failureRedirectionUrl("failureRedirectionUrl")
.fromEmailAddress("fromEmailAddress")
.successRedirectionUrl("successRedirectionUrl")
.templateContent("templateContent")
.templateName("templateName")
.templateSubject("templateSubject")
// the properties below are optional
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA fluent builder forCfnCustomVerificationEmailTemplate.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.ses.ICustomVerificationEmailTemplateRef
ICustomVerificationEmailTemplateRef.Jsii$Default, ICustomVerificationEmailTemplateRef.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.ITaggableV2
ITaggableV2.Jsii$Default, ITaggableV2.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCfnCustomVerificationEmailTemplate(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnCustomVerificationEmailTemplate(software.amazon.jsii.JsiiObjectRef objRef) CfnCustomVerificationEmailTemplate(software.constructs.Construct scope, String id, CfnCustomVerificationEmailTemplateProps props) Create a newAWS::SES::CustomVerificationEmailTemplate. -
Method Summary
Modifier and TypeMethodDescriptionstatic StringfromTemplateName(software.constructs.Construct scope, String id, String templateName) Creates a new ICustomVerificationEmailTemplateRef from a templateName.Tag Manager which manages the tags for this resource.A reference to a CustomVerificationEmailTemplate resource.The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.The email address that the custom verification email is sent from.The URL that the recipient of the verification email is sent to if his or her address is successfully verified.getTags()The tags (keys and values) associated with the tenant.The content of the custom verification email.The name of the custom verification email template.The subject line of the custom verification email.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.static BooleanChecks whether the given object is a CfnCustomVerificationEmailTemplate.renderProperties(Map<String, Object> props) voidsetFailureRedirectionUrl(String value) The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.voidsetFromEmailAddress(String value) The email address that the custom verification email is sent from.voidsetSuccessRedirectionUrl(String value) The URL that the recipient of the verification email is sent to if his or her address is successfully verified.voidThe tags (keys and values) associated with the tenant.voidsetTemplateContent(String value) The content of the custom verification email.voidsetTemplateName(String value) The name of the custom verification email template.voidsetTemplateSubject(String value) The subject line of the custom verification email.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getEnv, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validatePropertiesMethods inherited from class software.amazon.awscdk.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId, withMethods inherited from class software.constructs.Construct
getNode, isConstructMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.constructs.IConstruct
getNode, withMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
getEnvMethods 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
-
CfnCustomVerificationEmailTemplate
protected CfnCustomVerificationEmailTemplate(software.amazon.jsii.JsiiObjectRef objRef) -
CfnCustomVerificationEmailTemplate
protected CfnCustomVerificationEmailTemplate(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnCustomVerificationEmailTemplate
@Stability(Stable) public CfnCustomVerificationEmailTemplate(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnCustomVerificationEmailTemplateProps props) Create a newAWS::SES::CustomVerificationEmailTemplate.- Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.props- Resource properties. This parameter is required.
-
-
Method Details
-
arnForCustomVerificationEmailTemplate
@Stability(Stable) @NotNull public static String arnForCustomVerificationEmailTemplate(@NotNull ICustomVerificationEmailTemplateRef resource) - Parameters:
resource- This parameter is required.
-
fromTemplateName
@Stability(Stable) @NotNull public static ICustomVerificationEmailTemplateRef fromTemplateName(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull String templateName) Creates a new ICustomVerificationEmailTemplateRef from a templateName.- Parameters:
scope- This parameter is required.id- This parameter is required.templateName- This parameter is required.
-
isCfnCustomVerificationEmailTemplate
@Stability(Stable) @NotNull public static Boolean isCfnCustomVerificationEmailTemplate(@NotNull Object x) Checks whether the given object is a CfnCustomVerificationEmailTemplate.- Parameters:
x- This parameter is required.
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspectin interfaceIInspectable- Parameters:
inspector- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderPropertiesin classCfnResource- Parameters:
props- This parameter is required.
-
getCdkTagManager
Tag Manager which manages the tags for this resource.- Specified by:
getCdkTagManagerin interfaceITaggableV2
-
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getCustomVerificationEmailTemplateRef
@Stability(Stable) @NotNull public CustomVerificationEmailTemplateReference getCustomVerificationEmailTemplateRef()A reference to a CustomVerificationEmailTemplate resource.- Specified by:
getCustomVerificationEmailTemplateRefin interfaceICustomVerificationEmailTemplateRef
-
getFailureRedirectionUrl
The URL that the recipient of the verification email is sent to if his or her address is not successfully verified. -
setFailureRedirectionUrl
The URL that the recipient of the verification email is sent to if his or her address is not successfully verified. -
getFromEmailAddress
The email address that the custom verification email is sent from. -
setFromEmailAddress
The email address that the custom verification email is sent from. -
getSuccessRedirectionUrl
The URL that the recipient of the verification email is sent to if his or her address is successfully verified. -
setSuccessRedirectionUrl
The URL that the recipient of the verification email is sent to if his or her address is successfully verified. -
getTemplateContent
The content of the custom verification email. -
setTemplateContent
The content of the custom verification email. -
getTemplateName
The name of the custom verification email template. -
setTemplateName
The name of the custom verification email template. -
getTemplateSubject
The subject line of the custom verification email. -
setTemplateSubject
The subject line of the custom verification email. -
getTags
The tags (keys and values) associated with the tenant. -
setTags
The tags (keys and values) associated with the tenant.
-