Skip to main content

ISESV2DkimAttributes

Interface in AWS.SESV2

Interface for DkimAttributes configuration.

Properties

CurrentSigningKeyLength

property CurrentSigningKeyLength: string

Specifies the key length of the DKIM key pair in use when using "Easy DKIM".

Valid values: RSA_1024_BIT | RSA_2048_BIT.

LastKeyGenerationTimestamp

property LastKeyGenerationTimestamp: TOptional<TDateTime>

Specifies the last time a key pair was generated for this identity when using "Easy DKIM".

NextSigningKeyLength

property NextSigningKeyLength: string

Specifies the key length of the future DKIM key pair to be generated when using "Easy DKIM".

Valid values: RSA_1024_BIT | RSA_2048_BIT.

SigningAttributesOrigin

property SigningAttributesOrigin: string

Specifies how DKIM was configured for the identity.

Valid values: AWS_SES | EXTERNAL. - AWS_SES indicates that DKIM was configured using "Easy DKIM". - EXTERNAL indicates that DKIM was configured using "Bring Your Own DKIM".

SigningEnabled

property SigningEnabled: TOptional<Boolean>

Specifies if the messages sent using this identity are signed using DKIM.

Status

property Status: string

Specifies if Amazon SES has successfully located the DKIM records in the DNS records for the domain.

Valid values: PENDING | SUCCESS | FAILED | TEMPORARY_FAILURE | NOT_STARTED. - PENDING indicates the verification process was initiated, but Amazon SES hasn't yet detected the DKIM records in the DNS configuration for the domain. - SUCCESS indicates the verification process has completed successfully. - FAILED specifies the verification process failed. This typically occurs when Amazon SES fails to find the DKIM records in the DNS configuration for the domain. - TEMPORARY_FAILURE indicates a temporary issue preventing Amazon SES from determining the DKIM authentication status of the domain. - NOT_STARTED indicates the verification process hasn't been initiated for the domain.

Tokens

property Tokens: TList<string>

Specifies unique tokens used for DKIM authentication.

When using "Easy DKIM", specifies a set of unique strings that you use to create a set of CNAME records in the DNS configuration for the domain. Once Amazon SES detects these values, the DKIM authentication process will be complete. When "Bring Your Own DKIM" is used, specifies the selector used to locate the public key in your DNS records.