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
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 dictionaryThe following arguments are supported:
- Template
Name string - The name of the custom verification email template.
- Template
Name string - The name of the custom verification email template.
- template
Name String - The name of the custom verification email template.
- template
Name string - The name of the custom verification email template.
- template_
name str - The name of the custom verification email template.
- template
Name String - The name of the custom verification email template.
getCustomVerificationEmailTemplate Result
The following output properties are available:
- Failure
Redirection stringUrl - The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
- From
Email stringAddress - The email address that the custom verification email is sent from.
- Success
Redirection stringUrl - The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
-
List<Pulumi.
Aws Native. Outputs. Tag> - The tags (keys and values) associated with the tenant.
- Template
Content 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.
- Template
Subject string - The subject line of the custom verification email.
- Failure
Redirection stringUrl - The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
- From
Email stringAddress - The email address that the custom verification email is sent from.
- Success
Redirection stringUrl - The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
- Tag
- The tags (keys and values) associated with the tenant.
- Template
Content 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.
- Template
Subject string - The subject line of the custom verification email.
- failure
Redirection StringUrl - The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
- from
Email StringAddress - The email address that the custom verification email is sent from.
- success
Redirection StringUrl - The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
- List<Tag>
- The tags (keys and values) associated with the tenant.
- template
Content 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.
- template
Subject String - The subject line of the custom verification email.
- failure
Redirection stringUrl - The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
- from
Email stringAddress - The email address that the custom verification email is sent from.
- success
Redirection stringUrl - The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
- Tag[]
- The tags (keys and values) associated with the tenant.
- template
Content 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.
- template
Subject string - The subject line of the custom verification email.
- failure_
redirection_ strurl - The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
- from_
email_ straddress - The email address that the custom verification email is sent from.
- success_
redirection_ strurl - The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
- 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.
- failure
Redirection StringUrl - The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
- from
Email StringAddress - The email address that the custom verification email is sent from.
- success
Redirection StringUrl - The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
- List<Property Map>
- The tags (keys and values) associated with the tenant.
- template
Content 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.
- template
Subject String - The subject line of the custom verification email.
Supporting Types
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
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
