| Package | Description |
|---|---|
| software.amazon.awscdk.services.ses |
Amazon Simple Email Service Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
ConfigurationSet.Builder |
ConfigurationSet.Builder.configurationSetName(String configurationSetName)
A name for the configuration set.
|
static ConfigurationSet.Builder |
ConfigurationSet.Builder.create(software.constructs.Construct scope,
String id) |
ConfigurationSet.Builder |
ConfigurationSet.Builder.customTrackingRedirectDomain(String customTrackingRedirectDomain)
The custom subdomain that is used to redirect email recipients to the Amazon SES event tracking domain.
|
ConfigurationSet.Builder |
ConfigurationSet.Builder.dedicatedIpPool(IDedicatedIpPool dedicatedIpPool)
The dedicated IP pool to associate with the configuration set.
|
ConfigurationSet.Builder |
ConfigurationSet.Builder.reputationMetrics(Boolean reputationMetrics)
Whether to publish reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.
|
ConfigurationSet.Builder |
ConfigurationSet.Builder.sendingEnabled(Boolean sendingEnabled)
Whether email sending is enabled.
|
ConfigurationSet.Builder |
ConfigurationSet.Builder.suppressionReasons(SuppressionReasons suppressionReasons)
The reasons for which recipient email addresses should be automatically added to your account's suppression list.
|
ConfigurationSet.Builder |
ConfigurationSet.Builder.tlsPolicy(ConfigurationSetTlsPolicy tlsPolicy)
Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).
|
Copyright © 2022. All rights reserved.