Skip to content

Resource: awsSesEmailIdentity

Provides an SES email identity resource

Argument Reference

The following arguments are supported:

  • email - (Required) The email address to assign to SES.

Attributes Reference

In addition to all arguments above, the following attributes are exported:

  • arn - The ARN of the email identity.

Example Usage

/*Provider bindings are generated by running cdktf get.
See https://cdk.tf/provider-generation for more details.*/
import * as aws from "./.gen/providers/aws";
new aws.sesEmailIdentity.SesEmailIdentity(this, "example", {
  email: "email@example.com",
});

Import

SES email identities can be imported using the email address.

$ terraform import aws_ses_email_identity.example email@example.com