AWS SDK for .NET Documentation
DkimTokens Property
AmazonAmazon.SimpleEmail.ModelIdentityDkimAttributesDkimTokens Did this page help you?   Yes   No    Tell us about it...
Gets and sets the property DkimTokens.

A set of character strings that represent the domain's identity. Using these tokens, you will need to create DNS CNAME records that point to DKIM public keys hosted by Amazon SES. Amazon Web Services will eventually detect that you have updated your DNS records; this detection process may take up to 72 hours. Upon successful detection, Amazon SES will be able to DKIM-sign email originating from that domain. (This only applies to domain identities, not email address identities.)

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

Declaration Syntax
C#
public List<string> DkimTokens { get; set; }

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