DkimSigningAttributes - Amazon Simple Email Service

DkimSigningAttributes

An object that contains configuration for Bring Your Own DKIM (BYODKIM), or, for Easy DKIM

Contents

DomainSigningPrivateKey

[Bring Your Own DKIM] A private key that's used to generate a DKIM signature.

The private key must use 1024 or 2048-bit RSA encryption, and must be encoded using base64 encoding.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 20480.

Pattern: ^[a-zA-Z0-9+\/]+={0,2}$

Required: No

DomainSigningSelector

[Bring Your Own DKIM] A string that's used to identify a public key in the DNS configuration for a domain.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 63.

Pattern: ^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\-]*[a-zA-Z0-9]))$

Required: No

NextSigningKeyLength

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

Type: String

Valid Values: RSA_1024_BIT | RSA_2048_BIT

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: