| Package | Description |
|---|---|
| software.amazon.awscdk.services.ses |
Amazon Simple Email Service Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
EmailIdentity.Builder |
EmailIdentity.Builder.configurationSet(IConfigurationSet configurationSet)
The configuration set to associate with the email identity.
|
static EmailIdentity.Builder |
EmailIdentity.Builder.create(software.constructs.Construct scope,
String id) |
EmailIdentity.Builder |
EmailIdentity.Builder.dkimIdentity(DkimIdentity dkimIdentity)
The type of DKIM identity to use.
|
EmailIdentity.Builder |
EmailIdentity.Builder.dkimSigning(Boolean dkimSigning)
Whether the messages that are sent from the identity are signed using DKIM.
|
EmailIdentity.Builder |
EmailIdentity.Builder.feedbackForwarding(Boolean feedbackForwarding)
Whether to receive email notifications when bounce or complaint events occur.
|
EmailIdentity.Builder |
EmailIdentity.Builder.identity(Identity identity)
The email address or domain to verify.
|
EmailIdentity.Builder |
EmailIdentity.Builder.mailFromBehaviorOnMxFailure(MailFromBehaviorOnMxFailure mailFromBehaviorOnMxFailure)
The action to take if the required MX record for the MAIL FROM domain isn't found when you send an email.
|
EmailIdentity.Builder |
EmailIdentity.Builder.mailFromDomain(String mailFromDomain)
The custom MAIL FROM domain that you want the verified identity to use.
|
Copyright © 2022. All rights reserved.