GetIdentityDkimAttributes - Amazon Simple Email Service

GetIdentityDkimAttributes

Returns the current status of Easy DKIM signing for an entity. For domain name identities, this operation also returns the DKIM tokens that are required for Easy DKIM signing, and whether Amazon SES has successfully verified that these tokens have been published.

This operation takes a list of identities as input and returns the following information for each:

  • Whether Easy DKIM signing is enabled or disabled.

  • A set of DKIM tokens that represent the identity. If the identity is an email address, the tokens represent the domain of that address.

  • Whether Amazon SES has successfully verified the DKIM tokens published in the domain's DNS. This information is only returned for domain name identities, not for email addresses.

This operation is throttled at one request per second and can only get DKIM attributes for up to 100 identities at a time.

For more information about creating DNS records using DKIM tokens, go to the Amazon SES Developer Guide.

Request Parameters

For information about the parameters that are common to all actions, see Common Parameters.

Identities.member.N

A list of one or more verified identities - email addresses, domains, or both.

Type: Array of strings

Required: Yes

Response Elements

The following element is returned by the service.

DkimAttributes
DkimAttributes.entry.N.key (key)
DkimAttributes.entry.N.value (value)

The DKIM attributes for an email address or a domain.

Type: String to IdentityDkimAttributes object map

Errors

For information about the errors that are common to all actions, see Common Errors.

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: