@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:18.754Z") @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.pinpointemail.*;
CfnConfigurationSetProps cfnConfigurationSetProps = CfnConfigurationSetProps.builder()
.name("name")
// the properties below are optional
.deliveryOptions(DeliveryOptionsProperty.builder()
.sendingPoolName("sendingPoolName")
.build())
.reputationOptions(ReputationOptionsProperty.builder()
.reputationMetricsEnabled(false)
.build())
.sendingOptions(SendingOptionsProperty.builder()
.sendingEnabled(false)
.build())
.tags(List.of(TagsProperty.builder()
.key("key")
.value("value")
.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::PinpointEmail::ConfigurationSet.DeliveryOptions`.
|
String |
getName()
`AWS::PinpointEmail::ConfigurationSet.Name`.
|
default Object |
getReputationOptions()
`AWS::PinpointEmail::ConfigurationSet.ReputationOptions`.
|
default Object |
getSendingOptions()
`AWS::PinpointEmail::ConfigurationSet.SendingOptions`.
|
default List<CfnConfigurationSet.TagsProperty> |
getTags()
`AWS::PinpointEmail::ConfigurationSet.Tags`.
|
default Object |
getTrackingOptions()
`AWS::PinpointEmail::ConfigurationSet.TrackingOptions`.
|
@Stability(value=Stable) @Nullable default Object getDeliveryOptions()
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @Nullable default Object getReputationOptions()
@Stability(value=Stable) @Nullable default Object getSendingOptions()
@Stability(value=Stable) @Nullable default List<CfnConfigurationSet.TagsProperty> getTags()
@Stability(value=Stable) @Nullable default Object getTrackingOptions()
@Stability(value=Stable) static CfnConfigurationSetProps.Builder builder()
CfnConfigurationSetProps.Builder of CfnConfigurationSetPropsCopyright © 2021. All rights reserved.