From 753fe02fc906a6cd64dee87864e95ddfaeee78c5 Mon Sep 17 00:00:00 2001 From: Jared Baker Date: Thu, 22 Jun 2023 14:59:38 -0400 Subject: [PATCH] d/aws_sesv2_email_identity(docs): add tags description --- website/docs/d/sesv2_email_identity.html.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/website/docs/d/sesv2_email_identity.html.markdown b/website/docs/d/sesv2_email_identity.html.markdown index 79e5c6d063a..18cf93cd549 100644 --- a/website/docs/d/sesv2_email_identity.html.markdown +++ b/website/docs/d/sesv2_email_identity.html.markdown @@ -39,4 +39,5 @@ In addition to all arguments above, the following attributes are exported: * `status` - Describes whether or not Amazon SES has successfully located the DKIM records in the DNS records for the domain. See the [AWS SES API v2 Reference](https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_DkimAttributes.html#SES-Type-DkimAttributes-Status) for supported statuses. * `tokens` - If you used Easy DKIM to configure DKIM authentication for the domain, then this object contains a set of unique strings that you use to create a set of CNAME records that you add to the DNS configuration for your domain. When Amazon SES detects these records in the DNS configuration for your domain, the DKIM authentication process is complete. If you configured DKIM authentication for the domain by providing your own public-private key pair, then this object contains the selector for the public key. * `identity_type` - The email identity type. Valid values: `EMAIL_ADDRESS`, `DOMAIN`. +* `tags` - Key-value mapping of resource tags. * `verified_for_sending_status` - Specifies whether or not the identity is verified.