GetEmailIdentityDkimSigningAttribute

data class GetEmailIdentityDkimSigningAttribute(val currentSigningKeyLength: String, val domainSigningPrivateKey: String, val domainSigningSelector: String, val lastKeyGenerationTimestamp: String, val nextSigningKeyLength: String, val signingAttributesOrigin: String, val status: String, val tokens: List<String>)

Constructors

Link copied to clipboard
fun GetEmailIdentityDkimSigningAttribute(currentSigningKeyLength: String, domainSigningPrivateKey: String, domainSigningSelector: String, lastKeyGenerationTimestamp: String, nextSigningKeyLength: String, signingAttributesOrigin: String, status: String, tokens: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Easy DKIM The key length of the DKIM key pair in use.

Link copied to clipboard
Link copied to clipboard

Easy DKIM The last time a key pair was generated for this identity.

Link copied to clipboard

Easy DKIM The key length of the future DKIM key pair to be generated. This can be changed at most once per day.

Link copied to clipboard

A string that indicates how DKIM was configured for the identity. AWS_SES indicates that DKIM was configured for the identity by using Easy DKIM. EXTERNAL indicates that DKIM was configured for the identity by using Bring Your Own DKIM (BYODKIM).

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.