Class ConfigurationSet
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.Resource
software.amazon.awscdk.services.ses.ConfigurationSet
- All Implemented Interfaces:
IResource
,IConfigurationSet
,software.amazon.jsii.JsiiSerializable
,software.constructs.IConstruct
,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.109.0 (build c221850)",
date="2025-03-14T03:25:05.676Z")
@Stability(Stable)
public class ConfigurationSet
extends Resource
implements IConfigurationSet
A configuration set.
Example:
ConfigurationSet.Builder.create(this, "ConfigurationSetWithVdmOptions") .vdmOptions(VdmOptions.builder() .engagementMetrics(true) .optimizedSharedDelivery(true) .build()) .build();
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ses.IConfigurationSet
IConfigurationSet.Jsii$Default, IConfigurationSet.Jsii$Proxy
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default
Nested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ConfigurationSet
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
ConfigurationSet
(software.amazon.jsii.JsiiObjectRef objRef) ConfigurationSet
(software.constructs.Construct scope, String id) ConfigurationSet
(software.constructs.Construct scope, String id, ConfigurationSetProps props) -
Method Summary
Modifier and TypeMethodDescriptionAdds an event destination to this configuration set.static IConfigurationSet
fromConfigurationSetName
(software.constructs.Construct scope, String id, String configurationSetName) Use an existing configuration set.The name of the configuration set.Methods inherited from class software.amazon.awscdk.Resource
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isOwnedResource, isResource
Methods inherited from class software.constructs.Construct
getNode, isConstruct, toString
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.constructs.IConstruct
getNode
Methods inherited from interface software.amazon.awscdk.IResource
applyRemovalPolicy, getEnv, getStack
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
ConfigurationSet
protected ConfigurationSet(software.amazon.jsii.JsiiObjectRef objRef) -
ConfigurationSet
protected ConfigurationSet(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
ConfigurationSet
@Stability(Stable) public ConfigurationSet(@NotNull software.constructs.Construct scope, @NotNull String id, @Nullable ConfigurationSetProps props) - Parameters:
scope
- This parameter is required.id
- This parameter is required.props
-
-
ConfigurationSet
@Stability(Stable) public ConfigurationSet(@NotNull software.constructs.Construct scope, @NotNull String id) - Parameters:
scope
- This parameter is required.id
- This parameter is required.
-
-
Method Details
-
fromConfigurationSetName
@Stability(Stable) @NotNull public static IConfigurationSet fromConfigurationSetName(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull String configurationSetName) Use an existing configuration set.- Parameters:
scope
- This parameter is required.id
- This parameter is required.configurationSetName
- This parameter is required.
-
addEventDestination
@Stability(Stable) @NotNull public ConfigurationSetEventDestination addEventDestination(@NotNull String id, @NotNull ConfigurationSetEventDestinationOptions options) Adds an event destination to this configuration set.- Parameters:
id
- This parameter is required.options
- This parameter is required.
-
getConfigurationSetName
The name of the configuration set.- Specified by:
getConfigurationSetName
in interfaceIConfigurationSet
-