1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. ses
  5. CustomVerificationEmailTemplate

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.54.0 published on Monday, Feb 16, 2026 by Pulumi
aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.54.0 published on Monday, Feb 16, 2026 by Pulumi

    Resource Type definition for AWS::SES::CustomVerificationEmailTemplate.

    Create CustomVerificationEmailTemplate Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new CustomVerificationEmailTemplate(name: string, args: CustomVerificationEmailTemplateArgs, opts?: CustomResourceOptions);
    @overload
    def CustomVerificationEmailTemplate(resource_name: str,
                                        args: CustomVerificationEmailTemplateArgs,
                                        opts: Optional[ResourceOptions] = None)
    
    @overload
    def CustomVerificationEmailTemplate(resource_name: str,
                                        opts: Optional[ResourceOptions] = None,
                                        failure_redirection_url: Optional[str] = None,
                                        from_email_address: Optional[str] = None,
                                        success_redirection_url: Optional[str] = None,
                                        template_content: Optional[str] = None,
                                        template_subject: Optional[str] = None,
                                        tags: Optional[Sequence[_root_inputs.TagArgs]] = None,
                                        template_name: Optional[str] = None)
    func NewCustomVerificationEmailTemplate(ctx *Context, name string, args CustomVerificationEmailTemplateArgs, opts ...ResourceOption) (*CustomVerificationEmailTemplate, error)
    public CustomVerificationEmailTemplate(string name, CustomVerificationEmailTemplateArgs args, CustomResourceOptions? opts = null)
    public CustomVerificationEmailTemplate(String name, CustomVerificationEmailTemplateArgs args)
    public CustomVerificationEmailTemplate(String name, CustomVerificationEmailTemplateArgs args, CustomResourceOptions options)
    
    type: aws-native:ses:CustomVerificationEmailTemplate
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args CustomVerificationEmailTemplateArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args CustomVerificationEmailTemplateArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args CustomVerificationEmailTemplateArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args CustomVerificationEmailTemplateArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args CustomVerificationEmailTemplateArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    CustomVerificationEmailTemplate Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The CustomVerificationEmailTemplate resource accepts the following input properties:

    FailureRedirectionUrl string
    The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
    FromEmailAddress string
    The email address that the custom verification email is sent from.
    SuccessRedirectionUrl string
    The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
    TemplateContent string
    The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations.
    TemplateSubject string
    The subject line of the custom verification email.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    The tags (keys and values) associated with the tenant.
    TemplateName string
    The name of the custom verification email template.
    FailureRedirectionUrl string
    The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
    FromEmailAddress string
    The email address that the custom verification email is sent from.
    SuccessRedirectionUrl string
    The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
    TemplateContent string
    The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations.
    TemplateSubject string
    The subject line of the custom verification email.
    Tags TagArgs
    The tags (keys and values) associated with the tenant.
    TemplateName string
    The name of the custom verification email template.
    failureRedirectionUrl String
    The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
    fromEmailAddress String
    The email address that the custom verification email is sent from.
    successRedirectionUrl String
    The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
    templateContent String
    The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations.
    templateSubject String
    The subject line of the custom verification email.
    tags List<Tag>
    The tags (keys and values) associated with the tenant.
    templateName String
    The name of the custom verification email template.
    failureRedirectionUrl string
    The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
    fromEmailAddress string
    The email address that the custom verification email is sent from.
    successRedirectionUrl string
    The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
    templateContent string
    The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations.
    templateSubject string
    The subject line of the custom verification email.
    tags Tag[]
    The tags (keys and values) associated with the tenant.
    templateName string
    The name of the custom verification email template.
    failure_redirection_url str
    The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
    from_email_address str
    The email address that the custom verification email is sent from.
    success_redirection_url str
    The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
    template_content str
    The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations.
    template_subject str
    The subject line of the custom verification email.
    tags Sequence[TagArgs]
    The tags (keys and values) associated with the tenant.
    template_name str
    The name of the custom verification email template.
    failureRedirectionUrl String
    The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
    fromEmailAddress String
    The email address that the custom verification email is sent from.
    successRedirectionUrl String
    The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
    templateContent String
    The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations.
    templateSubject String
    The subject line of the custom verification email.
    tags List<Property Map>
    The tags (keys and values) associated with the tenant.
    templateName String
    The name of the custom verification email template.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the CustomVerificationEmailTemplate resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    Tag, TagArgs

    A set of tags to apply to the resource.
    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    AWS Cloud Control v1.54.0 published on Monday, Feb 16, 2026 by Pulumi
      Meet Neo: Your AI Platform Teammate