Class CfnConfigurationSet
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.core.Construct
software.amazon.awscdk.core.CfnElement
software.amazon.awscdk.core.CfnRefElement
software.amazon.awscdk.core.CfnResource
software.amazon.awscdk.services.pinpointemail.CfnConfigurationSet
- All Implemented Interfaces:
 IConstruct,IDependable,IInspectable,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
           date="2023-06-19T16:30:00.890Z")
@Stability(Stable)
public class CfnConfigurationSet
extends CfnResource
implements IInspectable
A CloudFormation 
AWS::PinpointEmail::ConfigurationSet.
 Create a configuration set. Configuration sets are groups of rules that you can apply to the emails you send using Amazon Pinpoint. You apply a configuration set to an email by including a reference to the configuration set in the headers of the email. When you apply a configuration set to an email, all of the rules in that configuration set are applied to the email.
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.*;
 CfnConfigurationSet cfnConfigurationSet = CfnConfigurationSet.Builder.create(this, "MyCfnConfigurationSet")
         .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();
 - 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA fluent builder forCfnConfigurationSet.static interfaceUsed to associate a configuration set with a dedicated IP pool.static interfaceEnable or disable collection of reputation metrics for emails that you send using this configuration set in the current AWS Region.static interfaceUsed to enable or disable email sending for messages that use this configuration set in the current AWS Region.static interfaceAn object that defines the tags (keys and values) that you want to associate with the configuration set.static interfaceAn object that defines the tracking options for a configuration set.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.core.IConstruct
IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.core.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy - 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. - 
Constructor Summary
ConstructorsModifierConstructorDescriptionCfnConfigurationSet(Construct scope, String id, CfnConfigurationSetProps props) Create a newAWS::PinpointEmail::ConfigurationSet.protectedCfnConfigurationSet(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnConfigurationSet(software.amazon.jsii.JsiiObjectRef objRef)  - 
Method Summary
Modifier and TypeMethodDescriptionAn object that defines the dedicated IP pool that is used to send emails that you send using the configuration set.getName()The name of the configuration set.An object that defines whether or not Amazon Pinpoint collects reputation metrics for the emails that you send that use the configuration set.An object that defines whether or not Amazon Pinpoint can send email that you send using the configuration set.getTags()An object that defines the tags (keys and values) that you want to associate with the configuration set.An object that defines the open and click tracking options for emails that you send using the configuration set.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties(Map<String, Object> props) voidsetDeliveryOptions(IResolvable value) An object that defines the dedicated IP pool that is used to send emails that you send using the configuration set.voidAn object that defines the dedicated IP pool that is used to send emails that you send using the configuration set.voidThe name of the configuration set.voidsetReputationOptions(IResolvable value) An object that defines whether or not Amazon Pinpoint collects reputation metrics for the emails that you send that use the configuration set.voidAn object that defines whether or not Amazon Pinpoint collects reputation metrics for the emails that you send that use the configuration set.voidsetSendingOptions(IResolvable value) An object that defines whether or not Amazon Pinpoint can send email that you send using the configuration set.voidAn object that defines whether or not Amazon Pinpoint can send email that you send using the configuration set.voidAn object that defines the tags (keys and values) that you want to associate with the configuration set.voidsetTrackingOptions(IResolvable value) An object that defines the open and click tracking options for emails that you send using the configuration set.voidAn object that defines the open and click tracking options for emails that you send using the configuration set.Methods inherited from class software.amazon.awscdk.core.CfnResource
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesMethods inherited from class software.amazon.awscdk.core.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.core.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdMethods inherited from class software.amazon.awscdk.core.Construct
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validateMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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 Construct scope, @NotNull String id, @NotNull CfnConfigurationSetProps props) Create a newAWS::PinpointEmail::ConfigurationSet.- Parameters:
 scope-- scope in which this resource is defined.
 
id-- scoped id of the resource.
 
props-- resource properties.
 
 
 - 
 - 
Method Details
- 
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
 inspectin interfaceIInspectable- Parameters:
 inspector-- tree inspector to collect and process attributes.
 
 - 
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
 renderPropertiesin classCfnResource- Parameters:
 props- This parameter is required.
 - 
getCfnProperties
- Overrides:
 getCfnPropertiesin classCfnResource
 - 
getName
The name of the configuration set. - 
setName
The name of the configuration set. - 
getDeliveryOptions
An object that defines the dedicated IP pool that is used to send emails that you send using the configuration set. - 
setDeliveryOptions
@Stability(Stable) public void setDeliveryOptions(@Nullable CfnConfigurationSet.DeliveryOptionsProperty value) An object that defines the dedicated IP pool that is used to send emails that you send using the configuration set. - 
setDeliveryOptions
An object that defines the dedicated IP pool that is used to send emails that you send using the configuration set. - 
getReputationOptions
An object that defines whether or not Amazon Pinpoint collects reputation metrics for the emails that you send that use the configuration set. - 
setReputationOptions
An object that defines whether or not Amazon Pinpoint 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 Pinpoint collects reputation metrics for the emails that you send that use the configuration set. - 
getSendingOptions
An object that defines whether or not Amazon Pinpoint can send email that you send using the configuration set. - 
setSendingOptions
An object that defines whether or not Amazon Pinpoint 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 Pinpoint can send email that you send using the configuration set. - 
getTags
An object that defines the tags (keys and values) that you want to associate with the configuration set. - 
setTags
An object that defines the tags (keys and values) that you want to associate with the configuration set. - 
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. 
 -