IdentityDkimAttributes class

Represents the DKIM attributes of a verified email address or a domain.

Constructors

IdentityDkimAttributes({required bool dkimEnabled, required VerificationStatus dkimVerificationStatus, List<String>? dkimTokens})
IdentityDkimAttributes.fromXml(XmlElement elem)
factory

Properties

dkimEnabled bool
Is true if DKIM signing is enabled for email sent from the identity. It's false otherwise. The default value is true.
final
dkimTokens List<String>?
A set of character strings that represent the domain's identity. Using these tokens, you need to create DNS CNAME records that point to DKIM public keys that are hosted by Amazon SES. Amazon Web Services eventually detects that you've updated your DNS records. This detection process might take up to 72 hours. After successful detection, Amazon SES is able to DKIM-sign email originating from that domain. (This only applies to domain identities, not email address identities.)
final
dkimVerificationStatus VerificationStatus
Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain name's DNS. (This only applies to domain identities, not email address identities.)
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited