We recommend new projects start with resources from the AWS provider.
We recommend new projects start with resources from the AWS provider.
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:
- 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.
- 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.
-
List<Pulumi.
Aws Native. Inputs. Tag> - The tags (keys and values) associated with the tenant.
- Template
Name string - The name of the custom verification email template.
- 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.
- 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.
-
Tag
Args - The tags (keys and values) associated with the tenant.
- Template
Name string - The name of the custom verification email template.
- 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.
- 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.
- List<Tag>
- The tags (keys and values) associated with the tenant.
- template
Name String - The name of the custom verification email template.
- 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.
- 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.
- Tag[]
- The tags (keys and values) associated with the tenant.
- template
Name string - The name of the custom verification email template.
- 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.
- 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.
-
Sequence[Tag
Args] - The tags (keys and values) associated with the tenant.
- template_
name str - The name of the custom verification email template.
- 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.
- 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.
- List<Property Map>
- The tags (keys and values) associated with the tenant.
- template
Name 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.Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
