Skip to content

Commit

Permalink
d/aws_sesv2_email_identity(docs): add tags description
Browse files Browse the repository at this point in the history
  • Loading branch information
jar-b committed Jun 22, 2023
1 parent 9f0f412 commit 753fe02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/docs/d/sesv2_email_identity.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 753fe02

Please sign in to comment.