signingAttributesOrigin property

DkimSigningAttributesOrigin? signingAttributesOrigin
final

A string that indicates how DKIM was configured for the identity. There are two possible values:

  • 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).

Implementation

final DkimSigningAttributesOrigin? signingAttributesOrigin;