@Generated(value="jsii-pacmak/1.60.0 (build ebcefe6)", date="2022-07-01T09:58:37.606Z") 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:
|
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy
IConstruct.Jsii$Default
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
Modifier | Constructor and Description |
---|---|
|
CfnConfigurationSet(Construct scope,
java.lang.String id)
Create a new `AWS::SES::ConfigurationSet`.
|
|
CfnConfigurationSet(Construct scope,
java.lang.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 java.util.Map<java.lang.String,java.lang.Object> |
getCfnProperties() |
java.lang.Object |
getDeliveryOptions()
`AWS::SES::ConfigurationSet.DeliveryOptions`.
|
java.lang.String |
getName()
The name of the configuration set.
|
java.lang.Object |
getReputationOptions()
`AWS::SES::ConfigurationSet.ReputationOptions`.
|
java.lang.Object |
getSendingOptions()
`AWS::SES::ConfigurationSet.SendingOptions`.
|
java.lang.Object |
getSuppressionOptions()
`AWS::SES::ConfigurationSet.SuppressionOptions`.
|
java.lang.Object |
getTrackingOptions()
`AWS::SES::ConfigurationSet.TrackingOptions`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected java.util.Map<java.lang.String,java.lang.Object> |
renderProperties(java.util.Map<java.lang.String,java.lang.Object> props) |
void |
setDeliveryOptions(CfnConfigurationSet.DeliveryOptionsProperty value)
`AWS::SES::ConfigurationSet.DeliveryOptions`.
|
void |
setDeliveryOptions(IResolvable value)
`AWS::SES::ConfigurationSet.DeliveryOptions`.
|
void |
setName(java.lang.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, isCfnResource, shouldSynthesize, toString, validateProperties
getRef
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validate
public static final java.lang.String CFN_RESOURCE_TYPE_NAME
protected CfnConfigurationSet(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnConfigurationSet(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
public CfnConfigurationSet(Construct scope, java.lang.String id, 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.public CfnConfigurationSet(Construct scope, java.lang.String id)
scope
- - scope in which this resource is defined. This parameter is required.id
- - scoped id of the resource. This parameter is required.public void inspect(TreeInspector inspector)
inspect
in interface IInspectable
inspector
- - tree inspector to collect and process attributes. This parameter is required.protected java.util.Map<java.lang.String,java.lang.Object> renderProperties(java.util.Map<java.lang.String,java.lang.Object> props)
renderProperties
in class CfnResource
props
- This parameter is required.protected java.util.Map<java.lang.String,java.lang.Object> getCfnProperties()
getCfnProperties
in class CfnResource
public java.lang.Object getDeliveryOptions()
public void setDeliveryOptions(CfnConfigurationSet.DeliveryOptionsProperty value)
public void setDeliveryOptions(IResolvable value)
public java.lang.String getName()
public void setName(java.lang.String value)
public java.lang.Object getReputationOptions()
public void setReputationOptions(IResolvable value)
public void setReputationOptions(CfnConfigurationSet.ReputationOptionsProperty value)
public java.lang.Object getSendingOptions()
public void setSendingOptions(IResolvable value)
public void setSendingOptions(CfnConfigurationSet.SendingOptionsProperty value)
public java.lang.Object getSuppressionOptions()
public void setSuppressionOptions(IResolvable value)
public void setSuppressionOptions(CfnConfigurationSet.SuppressionOptionsProperty value)
public java.lang.Object getTrackingOptions()
public void setTrackingOptions(IResolvable value)
public void setTrackingOptions(CfnConfigurationSet.TrackingOptionsProperty value)