Email Identity Dkim Signing Attributes
data class EmailIdentityDkimSigningAttributes(val currentSigningKeyLength: String? = null, val domainSigningPrivateKey: String? = null, val domainSigningSelector: String? = null, val lastKeyGenerationTimestamp: String? = null, val nextSigningKeyLength: String? = null, val signingAttributesOrigin: String? = null, val status: String? = null, val tokens: List<String>? = null)
Constructors
Link copied to clipboard
fun EmailIdentityDkimSigningAttributes(currentSigningKeyLength: String? = null, domainSigningPrivateKey: String? = null, domainSigningSelector: String? = null, lastKeyGenerationTimestamp: String? = null, nextSigningKeyLength: String? = null, signingAttributesOrigin: String? = null, status: String? = null, tokens: List<String>? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
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 for supported statuses.
Link copied to clipboard
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.