@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.182Z") @Stability(value=Stable) public interface CfnConfigurationSetProps extends software.amazon.jsii.JsiiSerializable
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())
.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 Object |
getDeliveryOptions()
`AWS::SES::ConfigurationSet.DeliveryOptions`.
|
default String |
getName()
The name of the configuration set.
|
default Object |
getReputationOptions()
`AWS::SES::ConfigurationSet.ReputationOptions`.
|
default Object |
getSendingOptions()
`AWS::SES::ConfigurationSet.SendingOptions`.
|
default Object |
getSuppressionOptions()
`AWS::SES::ConfigurationSet.SuppressionOptions`.
|
default Object |
getTrackingOptions()
`AWS::SES::ConfigurationSet.TrackingOptions`.
|
@Stability(value=Stable) @Nullable default Object getDeliveryOptions()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) @Nullable default Object getReputationOptions()
@Stability(value=Stable) @Nullable default Object getSendingOptions()
@Stability(value=Stable) @Nullable default Object getSuppressionOptions()
@Stability(value=Stable) @Nullable default Object getTrackingOptions()
@Stability(value=Stable) static CfnConfigurationSetProps.Builder builder()
CfnConfigurationSetProps.Builder of CfnConfigurationSetPropsCopyright © 2022. All rights reserved.