Skip to content

/AWS1/CL_SE2=>PUTEMAILIDDKIMSIGNINGATTRS()

About PutEmailIdentityDkimSigningAttributes

Used to configure or change the DKIM authentication settings for an email domain identity. You can use this operation to do any of the following:

  • Update the signing attributes for an identity that uses Bring Your Own DKIM (BYODKIM).

  • Update the key length that should be used for Easy DKIM.

  • Change from using no DKIM authentication to using Easy DKIM.

  • Change from using no DKIM authentication to using BYODKIM.

  • Change from using Easy DKIM to using BYODKIM.

  • Change from using BYODKIM to using Easy DKIM.

Method Signature

IMPORTING

Required arguments:

IV_EMAILIDENTITY TYPE /AWS1/SE2IDENTITY /AWS1/SE2IDENTITY

The email identity.

IV_SIGNINGATTRIBUTESORIGIN TYPE /AWS1/SE2DKIMSIGNINGATTRSORI00 /AWS1/SE2DKIMSIGNINGATTRSORI00

The method to use to configure DKIM for the identity. There are the following possible values:

  • AWS_SES – Configure DKIM for the identity by using Easy DKIM.

  • EXTERNAL – Configure DKIM for the identity by using Bring Your Own DKIM (BYODKIM).

Optional arguments:

IO_SIGNINGATTRIBUTES TYPE REF TO /AWS1/CL_SE2DKIMSIGNINGATTRS /AWS1/CL_SE2DKIMSIGNINGATTRS

An object that contains information about the private key and selector that you want to use to configure DKIM for the identity for Bring Your Own DKIM (BYODKIM) for the identity, or, configures the key length to be used for Easy DKIM.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_SE2PUTEMAILIDDKIMSI01 /AWS1/CL_SE2PUTEMAILIDDKIMSI01