| Package | Description |
|---|---|
| software.amazon.awscdk.services.ses |
Amazon Simple Email Service Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static DkimIdentity |
DkimIdentity.byoDkim(ByoDkimOptions options)
Bring Your Own DKIM.
|
static DkimIdentity |
DkimIdentity.easyDkim()
Easy DKIM.
|
static DkimIdentity |
DkimIdentity.easyDkim(EasyDkimSigningKeyLength signingKeyLength)
Easy DKIM.
|
default DkimIdentity |
EmailIdentityProps.getDkimIdentity()
The type of DKIM identity to use.
|
DkimIdentity |
EmailIdentityProps.Jsii$Proxy.getDkimIdentity() |
| Modifier and Type | Method and Description |
|---|---|
EmailIdentityProps.Builder |
EmailIdentityProps.Builder.dkimIdentity(DkimIdentity dkimIdentity)
Sets the value of
EmailIdentityProps.getDkimIdentity() |
EmailIdentity.Builder |
EmailIdentity.Builder.dkimIdentity(DkimIdentity dkimIdentity)
The type of DKIM identity to use.
|
Copyright © 2022. All rights reserved.