AWS SDK for .NET Documentation
GetIdentityDkimAttributes Method (request)
AmazonAmazon.SimpleEmailAmazonSimpleEmailServiceClientGetIdentityDkimAttributes(GetIdentityDkimAttributesRequest) Did this page help you?   Yes   No    Tell us about it...
Returns the current status of Easy DKIM signing for an entity. For domain name identities, this action 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 action takes a list of identities as input and returns the following information for each:

This action is throttled at one request per second.

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

Declaration Syntax
C#
public GetIdentityDkimAttributesResponse GetIdentityDkimAttributes(
	GetIdentityDkimAttributesRequest request
)
Parameters
request (GetIdentityDkimAttributesRequest)
Container for the necessary parameters to execute the GetIdentityDkimAttributes service method.
Return Value
The response from the GetIdentityDkimAttributes service method, as returned by SimpleEmailService.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)