@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
date="2023-01-25T18:29:05.294Z")
public interface CfnConfigurationSetProps
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.ses.*; CfnConfigurationSetProps cfnConfigurationSetProps = CfnConfigurationSetProps.builder() .deliveryOptions(DeliveryOptionsProperty.builder() .sendingPoolName("sendingPoolName") .tlsPolicy("tlsPolicy") .build()) .name("name") .reputationOptions(ReputationOptionsProperty.builder() .reputationMetricsEnabled(false) .build()) .sendingOptions(SendingOptionsProperty.builder() .sendingEnabled(false) .build()) .suppressionOptions(SuppressionOptionsProperty.builder() .suppressedReasons(List.of("suppressedReasons")) .build()) .trackingOptions(TrackingOptionsProperty.builder() .customRedirectDomain("customRedirectDomain") .build()) .vdmOptions(VdmOptionsProperty.builder() .dashboardOptions(DashboardOptionsProperty.builder() .engagementMetrics("engagementMetrics") .build()) .guardianOptions(GuardianOptionsProperty.builder() .optimizedSharedDelivery("optimizedSharedDelivery") .build()) .build()) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnConfigurationSetProps.Builder
A builder for
CfnConfigurationSetProps |
static class |
CfnConfigurationSetProps.Jsii$Proxy
An implementation for
CfnConfigurationSetProps |
Modifier and Type | Method and Description |
---|---|
static CfnConfigurationSetProps.Builder |
builder() |
default java.lang.Object |
getDeliveryOptions()
Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).
|
default java.lang.String |
getName()
The name of the configuration set.
|
default java.lang.Object |
getReputationOptions()
An object that represents the reputation settings for the configuration set.
|
default java.lang.Object |
getSendingOptions()
An object that defines whether or not Amazon SES can send email that you send using the configuration set.
|
default java.lang.Object |
getSuppressionOptions()
An object that contains information about the suppression list preferences for your account.
|
default java.lang.Object |
getTrackingOptions()
The name of the custom open and click tracking domain associated with the configuration set.
|
default java.lang.Object |
getVdmOptions()
The Virtual Deliverability Manager (VDM) options that apply to the configuration set.
|
default java.lang.Object getDeliveryOptions()
default java.lang.String getName()
default java.lang.Object getReputationOptions()
default java.lang.Object getSendingOptions()
default java.lang.Object getSuppressionOptions()
default java.lang.Object getTrackingOptions()
default java.lang.Object getVdmOptions()
static CfnConfigurationSetProps.Builder builder()
CfnConfigurationSetProps.Builder
of CfnConfigurationSetProps