Skip to content

Data Source: awsSesEmailIdentity

Retrieve the active SES 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.dataAwsSesEmailIdentity.DataAwsSesEmailIdentity(this, "example", {
  email: "awesome@example.com",
});

Attributes Reference

The following attributes are exported:

  • arn - The ARN of the email identity.
  • email - Email identity.