| Copyright | (c) 2013-2021 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
Amazonka.SESV2.Types.DkimSigningAttributes
Description
Synopsis
- data DkimSigningAttributes = DkimSigningAttributes' {}
- newDkimSigningAttributes :: DkimSigningAttributes
- dkimSigningAttributes_nextSigningKeyLength :: Lens' DkimSigningAttributes (Maybe DkimSigningKeyLength)
- dkimSigningAttributes_domainSigningPrivateKey :: Lens' DkimSigningAttributes (Maybe Text)
- dkimSigningAttributes_domainSigningSelector :: Lens' DkimSigningAttributes (Maybe Text)
Documentation
data DkimSigningAttributes Source #
An object that contains configuration for Bring Your Own DKIM (BYODKIM), or, for Easy DKIM
See: newDkimSigningAttributes smart constructor.
Constructors
| DkimSigningAttributes' | |
Fields
| |
Instances
newDkimSigningAttributes :: DkimSigningAttributes Source #
Create a value of DkimSigningAttributes with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:nextSigningKeyLength:DkimSigningAttributes', dkimSigningAttributes_nextSigningKeyLength - [Easy DKIM] The key length of the future DKIM key pair to be generated.
This can be changed at most once per day.
$sel:domainSigningPrivateKey:DkimSigningAttributes', dkimSigningAttributes_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.
$sel:domainSigningSelector:DkimSigningAttributes', dkimSigningAttributes_domainSigningSelector - [Bring Your Own DKIM] A string that's used to identify a public key in
the DNS configuration for a domain.
dkimSigningAttributes_nextSigningKeyLength :: Lens' DkimSigningAttributes (Maybe DkimSigningKeyLength) Source #
- Easy DKIM
- The key length of the future DKIM key pair to be generated. This can be changed at most once per day.
dkimSigningAttributes_domainSigningPrivateKey :: Lens' DkimSigningAttributes (Maybe Text) Source #
- 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.
dkimSigningAttributes_domainSigningSelector :: Lens' DkimSigningAttributes (Maybe Text) Source #
- Bring Your Own DKIM
- A string that's used to identify a public key in the DNS configuration for a domain.