Class CfnConfigurationSet
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.ses.CfnConfigurationSet
- All Implemented Interfaces:
IInspectable
,software.amazon.jsii.JsiiSerializable
,software.constructs.IConstruct
,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.103.1 (build bef2dea)",
date="2024-10-05T03:43:51.496Z")
@Stability(Stable)
public class CfnConfigurationSet
extends CfnResource
implements IInspectable
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 .
Required permissions:
To apply any of the resource options, you will need to have the corresponding AWS Identity and Access Management (IAM) SES API v2 permissions:
ses:GetConfigurationSet
- (This permission is replacing the v1 ses:DescribeConfigurationSet permission which will not work with these v2 resource options.)
ses:PutConfigurationSetDeliveryOptions
ses:PutConfigurationSetReputationOptions
ses:PutConfigurationSetSendingOptions
ses:PutConfigurationSetSuppressionOptions
ses:PutConfigurationSetTrackingOptions
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()) .vdmOptions(VdmOptionsProperty.builder() .dashboardOptions(DashboardOptionsProperty.builder() .engagementMetrics("engagementMetrics") .build()) .guardianOptions(GuardianOptionsProperty.builder() .optimizedSharedDelivery("optimizedSharedDelivery") .build()) .build()) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
A fluent builder forCfnConfigurationSet
.static interface
An object containing additional settings for your VDM configuration as applicable to the Dashboard.static interface
Specifies the name of the dedicated IP pool to associate with the configuration set and whether messages that use the configuration set are required to use Transport Layer Security (TLS).static interface
An object containing additional settings for your VDM configuration as applicable to the Guardian.static interface
Enable or disable collection of reputation metrics for emails that you send using this configuration set in the current AWS Region.static interface
Used to enable or disable email sending for messages that use this configuration set in the current AWS Region.static interface
An object that contains information about the suppression list preferences for your account.static interface
An object that defines the tracking options for a configuration set.static interface
The Virtual Deliverability Manager (VDM) options that apply to a configuration set.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default
Nested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The CloudFormation resource type name for this resource class. -
Constructor Summary
ModifierConstructorDescriptionprotected
CfnConfigurationSet
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
CfnConfigurationSet
(software.amazon.jsii.JsiiObjectRef objRef) CfnConfigurationSet
(software.constructs.Construct scope, String id) CfnConfigurationSet
(software.constructs.Construct scope, String id, CfnConfigurationSetProps props) -
Method Summary
Modifier and TypeMethodDescriptionSpecifies the name of the dedicated IP pool to associate with the configuration set and whether messages that use the configuration set are required to use Transport Layer Security (TLS).getName()
The name of the configuration set.An object that defines whether or not Amazon SES collects reputation metrics for the emails that you send that use the configuration set.An object that defines whether or not Amazon SES can send email that you send using the configuration set.An object that contains information about the suppression list preferences for your account.An object that defines the open and click tracking options for emails that you send using the configuration set.The Virtual Deliverability Manager (VDM) options that apply to the configuration set.void
inspect
(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties
(Map<String, Object> props) void
setDeliveryOptions
(IResolvable value) Specifies the name of the dedicated IP pool to associate with the configuration set and whether messages that use the configuration set are required to use Transport Layer Security (TLS).void
Specifies the name of the dedicated IP pool to associate with the configuration set and whether messages that use the configuration set are required to use Transport Layer Security (TLS).void
The name of the configuration set.void
setReputationOptions
(IResolvable value) An object that defines whether or not Amazon SES collects reputation metrics for the emails that you send that use the configuration set.void
An object that defines whether or not Amazon SES collects reputation metrics for the emails that you send that use the configuration set.void
setSendingOptions
(IResolvable value) An object that defines whether or not Amazon SES can send email that you send using the configuration set.void
An object that defines whether or not Amazon SES can send email that you send using the configuration set.void
setSuppressionOptions
(IResolvable value) An object that contains information about the suppression list preferences for your account.void
An object that contains information about the suppression list preferences for your account.void
setTrackingOptions
(IResolvable value) An object that defines the open and click tracking options for emails that you send using the configuration set.void
An object that defines the open and click tracking options for emails that you send using the configuration set.void
setVdmOptions
(IResolvable value) The Virtual Deliverability Manager (VDM) options that apply to the configuration set.void
The Virtual Deliverability Manager (VDM) options that apply to the configuration set.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validateProperties
Methods inherited from class software.amazon.awscdk.CfnRefElement
getRef
Methods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
Methods inherited from class software.constructs.Construct
getNode, isConstruct
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnConfigurationSet
protected CfnConfigurationSet(software.amazon.jsii.JsiiObjectRef objRef) -
CfnConfigurationSet
protected CfnConfigurationSet(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnConfigurationSet
@Stability(Stable) public CfnConfigurationSet(@NotNull software.constructs.Construct scope, @NotNull String id, @Nullable CfnConfigurationSetProps props) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.props
- Resource properties.
-
CfnConfigurationSet
@Stability(Stable) public CfnConfigurationSet(@NotNull software.constructs.Construct scope, @NotNull String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.
-
-
Method Details
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspect
in interfaceIInspectable
- Parameters:
inspector
- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderProperties
in classCfnResource
- Parameters:
props
- This parameter is required.
-
getCfnProperties
- Overrides:
getCfnProperties
in classCfnResource
-
getDeliveryOptions
Specifies the name of the dedicated IP pool to associate with the configuration set and whether messages that use the configuration set are required to use Transport Layer Security (TLS). -
setDeliveryOptions
Specifies the name of the dedicated IP pool to associate with the configuration set and whether messages that use the configuration set are required to use Transport Layer Security (TLS). -
setDeliveryOptions
@Stability(Stable) public void setDeliveryOptions(@Nullable CfnConfigurationSet.DeliveryOptionsProperty value) Specifies the name of the dedicated IP pool to associate with the configuration set and whether messages that use the configuration set are required to use Transport Layer Security (TLS). -
getName
The name of the configuration set.The name must meet the following requirements:.
-
setName
The name of the configuration set.The name must meet the following requirements:.
-
getReputationOptions
An object that defines whether or not Amazon SES collects reputation metrics for the emails that you send that use the configuration set. -
setReputationOptions
An object that defines whether or not Amazon SES collects reputation metrics for the emails that you send that use the configuration set. -
setReputationOptions
@Stability(Stable) public void setReputationOptions(@Nullable CfnConfigurationSet.ReputationOptionsProperty value) An object that defines whether or not Amazon SES collects reputation metrics for the emails that you send that use the configuration set. -
getSendingOptions
An object that defines whether or not Amazon SES can send email that you send using the configuration set. -
setSendingOptions
An object that defines whether or not Amazon SES can send email that you send using the configuration set. -
setSendingOptions
@Stability(Stable) public void setSendingOptions(@Nullable CfnConfigurationSet.SendingOptionsProperty value) An object that defines whether or not Amazon SES can send email that you send using the configuration set. -
getSuppressionOptions
An object that contains information about the suppression list preferences for your account. -
setSuppressionOptions
An object that contains information about the suppression list preferences for your account. -
setSuppressionOptions
@Stability(Stable) public void setSuppressionOptions(@Nullable CfnConfigurationSet.SuppressionOptionsProperty value) An object that contains information about the suppression list preferences for your account. -
getTrackingOptions
An object that defines the open and click tracking options for emails that you send using the configuration set. -
setTrackingOptions
An object that defines the open and click tracking options for emails that you send using the configuration set. -
setTrackingOptions
@Stability(Stable) public void setTrackingOptions(@Nullable CfnConfigurationSet.TrackingOptionsProperty value) An object that defines the open and click tracking options for emails that you send using the configuration set. -
getVdmOptions
The Virtual Deliverability Manager (VDM) options that apply to the configuration set. -
setVdmOptions
The Virtual Deliverability Manager (VDM) options that apply to the configuration set. -
setVdmOptions
@Stability(Stable) public void setVdmOptions(@Nullable CfnConfigurationSet.VdmOptionsProperty value) The Virtual Deliverability Manager (VDM) options that apply to the configuration set.
-