@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.177Z") @Stability(value=Stable) public class CfnConfigurationSet extends CfnResource implements IInspectable
The name of the configuration set.
Configuration sets let you create groups of rules that you can apply to the emails you send using Amazon SES. For more information about using configuration sets, see Using Amazon SES Configuration Sets in the Amazon SES Developer Guide .
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.*;
CfnConfigurationSet cfnConfigurationSet = CfnConfigurationSet.Builder.create(this, "MyCfnConfigurationSet")
.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 | Class and Description |
|---|---|
static class |
CfnConfigurationSet.Builder
A fluent builder for
CfnConfigurationSet. |
static interface |
CfnConfigurationSet.DeliveryOptionsProperty
Example:
|
static interface |
CfnConfigurationSet.ReputationOptionsProperty
Example:
|
static interface |
CfnConfigurationSet.SendingOptionsProperty
Example:
|
static interface |
CfnConfigurationSet.SuppressionOptionsProperty
Example:
|
static interface |
CfnConfigurationSet.TrackingOptionsProperty
Example:
|
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnConfigurationSet(software.constructs.Construct scope,
String id)
Create a new `AWS::SES::ConfigurationSet`.
|
|
CfnConfigurationSet(software.constructs.Construct scope,
String id,
CfnConfigurationSetProps props)
Create a new `AWS::SES::ConfigurationSet`.
|
protected |
CfnConfigurationSet(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnConfigurationSet(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Object> |
getCfnProperties() |
Object |
getDeliveryOptions()
`AWS::SES::ConfigurationSet.DeliveryOptions`.
|
String |
getName()
The name of the configuration set.
|
Object |
getReputationOptions()
`AWS::SES::ConfigurationSet.ReputationOptions`.
|
Object |
getSendingOptions()
`AWS::SES::ConfigurationSet.SendingOptions`.
|
Object |
getSuppressionOptions()
`AWS::SES::ConfigurationSet.SuppressionOptions`.
|
Object |
getTrackingOptions()
`AWS::SES::ConfigurationSet.TrackingOptions`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setDeliveryOptions(CfnConfigurationSet.DeliveryOptionsProperty value)
`AWS::SES::ConfigurationSet.DeliveryOptions`.
|
void |
setDeliveryOptions(IResolvable value)
`AWS::SES::ConfigurationSet.DeliveryOptions`.
|
void |
setName(String value)
The name of the configuration set.
|
void |
setReputationOptions(CfnConfigurationSet.ReputationOptionsProperty value)
`AWS::SES::ConfigurationSet.ReputationOptions`.
|
void |
setReputationOptions(IResolvable value)
`AWS::SES::ConfigurationSet.ReputationOptions`.
|
void |
setSendingOptions(CfnConfigurationSet.SendingOptionsProperty value)
`AWS::SES::ConfigurationSet.SendingOptions`.
|
void |
setSendingOptions(IResolvable value)
`AWS::SES::ConfigurationSet.SendingOptions`.
|
void |
setSuppressionOptions(CfnConfigurationSet.SuppressionOptionsProperty value)
`AWS::SES::ConfigurationSet.SuppressionOptions`.
|
void |
setSuppressionOptions(IResolvable value)
`AWS::SES::ConfigurationSet.SuppressionOptions`.
|
void |
setTrackingOptions(CfnConfigurationSet.TrackingOptionsProperty value)
`AWS::SES::ConfigurationSet.TrackingOptions`.
|
void |
setTrackingOptions(IResolvable value)
`AWS::SES::ConfigurationSet.TrackingOptions`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnConfigurationSet(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnConfigurationSet(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnConfigurationSet(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@Nullable
CfnConfigurationSetProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties.@Stability(value=Stable)
public CfnConfigurationSet(@NotNull
software.constructs.Construct scope,
@NotNull
String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @Nullable public Object getDeliveryOptions()
@Stability(value=Stable)
public void setDeliveryOptions(@Nullable
CfnConfigurationSet.DeliveryOptionsProperty value)
@Stability(value=Stable)
public void setDeliveryOptions(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public String getName()
@Stability(value=Stable)
public void setName(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getReputationOptions()
@Stability(value=Stable)
public void setReputationOptions(@Nullable
CfnConfigurationSet.ReputationOptionsProperty value)
@Stability(value=Stable)
public void setReputationOptions(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public Object getSendingOptions()
@Stability(value=Stable)
public void setSendingOptions(@Nullable
CfnConfigurationSet.SendingOptionsProperty value)
@Stability(value=Stable)
public void setSendingOptions(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public Object getSuppressionOptions()
@Stability(value=Stable)
public void setSuppressionOptions(@Nullable
CfnConfigurationSet.SuppressionOptionsProperty value)
@Stability(value=Stable)
public void setSuppressionOptions(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public Object getTrackingOptions()
@Stability(value=Stable)
public void setTrackingOptions(@Nullable
CfnConfigurationSet.TrackingOptionsProperty value)
@Stability(value=Stable)
public void setTrackingOptions(@Nullable
IResolvable value)
Copyright © 2022. All rights reserved.