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

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.

    Using getCustomVerificationEmailTemplate

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getCustomVerificationEmailTemplate(args: GetCustomVerificationEmailTemplateArgs, opts?: InvokeOptions): Promise<GetCustomVerificationEmailTemplateResult>
    function getCustomVerificationEmailTemplateOutput(args: GetCustomVerificationEmailTemplateOutputArgs, opts?: InvokeOptions): Output<GetCustomVerificationEmailTemplateResult>
    def get_custom_verification_email_template(template_name: Optional[str] = None,
                                               opts: Optional[InvokeOptions] = None) -> GetCustomVerificationEmailTemplateResult
    def get_custom_verification_email_template_output(template_name: Optional[pulumi.Input[str]] = None,
                                               opts: Optional[InvokeOptions] = None) -> Output[GetCustomVerificationEmailTemplateResult]
    func LookupCustomVerificationEmailTemplate(ctx *Context, args *LookupCustomVerificationEmailTemplateArgs, opts ...InvokeOption) (*LookupCustomVerificationEmailTemplateResult, error)
    func LookupCustomVerificationEmailTemplateOutput(ctx *Context, args *LookupCustomVerificationEmailTemplateOutputArgs, opts ...InvokeOption) LookupCustomVerificationEmailTemplateResultOutput

    > Note: This function is named LookupCustomVerificationEmailTemplate in the Go SDK.

    public static class GetCustomVerificationEmailTemplate 
    {
        public static Task<GetCustomVerificationEmailTemplateResult> InvokeAsync(GetCustomVerificationEmailTemplateArgs args, InvokeOptions? opts = null)
        public static Output<GetCustomVerificationEmailTemplateResult> Invoke(GetCustomVerificationEmailTemplateInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCustomVerificationEmailTemplateResult> getCustomVerificationEmailTemplate(GetCustomVerificationEmailTemplateArgs args, InvokeOptions options)
    public static Output<GetCustomVerificationEmailTemplateResult> getCustomVerificationEmailTemplate(GetCustomVerificationEmailTemplateArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:ses:getCustomVerificationEmailTemplate
      arguments:
        # arguments dictionary

    The following arguments are supported:

    TemplateName string
    The name of the custom verification email template.
    TemplateName string
    The name of the custom verification email template.
    templateName String
    The name of the custom verification email template.
    templateName string
    The name of the custom verification email template.
    template_name str
    The name of the custom verification email template.
    templateName String
    The name of the custom verification email template.

    getCustomVerificationEmailTemplate Result

    The following output properties are available:

    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.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    The tags (keys and values) associated with the tenant.
    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.
    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.
    Tags Tag
    The tags (keys and values) associated with the tenant.
    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.
    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.
    tags List<Tag>
    The tags (keys and values) associated with the tenant.
    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.
    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.
    tags Tag[]
    The tags (keys and values) associated with the tenant.
    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.
    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.
    tags Sequence[root_Tag]
    The tags (keys and values) associated with the tenant.
    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.
    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.
    tags List<Property Map>
    The tags (keys and values) associated with the tenant.
    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.

    Supporting Types

    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 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