@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.196Z") @Stability(value=Stable) public class ConfigurationSet extends Resource implements IConfigurationSet
Example:
IDedicatedIpPool myPool;
ConfigurationSet.Builder.create(this, "ConfigurationSet")
.customTrackingRedirectDomain("track.cdk.dev")
.suppressionReasons(SuppressionReasons.COMPLAINTS_ONLY)
.tlsPolicy(ConfigurationSetTlsPolicy.REQUIRE)
.dedicatedIpPool(myPool)
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
ConfigurationSet.Builder
A fluent builder for
ConfigurationSet. |
software.amazon.jsii.JsiiObject.InitializationModeIConfigurationSet.Jsii$Default, IConfigurationSet.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
ConfigurationSet(software.constructs.Construct scope,
String id) |
|
ConfigurationSet(software.constructs.Construct scope,
String id,
ConfigurationSetProps props) |
protected |
ConfigurationSet(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
ConfigurationSet(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static IConfigurationSet |
fromConfigurationSetName(software.constructs.Construct scope,
String id,
String configurationSetName)
Use an existing configuration set.
|
String |
getConfigurationSetName()
The name of the configuration set.
|
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isOwnedResource, isResourcejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitapplyRemovalPolicy, getEnv, getStackprotected ConfigurationSet(software.amazon.jsii.JsiiObjectRef objRef)
protected ConfigurationSet(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public ConfigurationSet(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@Nullable
ConfigurationSetProps props)
scope - This parameter is required.id - This parameter is required.props - @Stability(value=Stable)
public ConfigurationSet(@NotNull
software.constructs.Construct scope,
@NotNull
String id)
scope - This parameter is required.id - This parameter is required.@Stability(value=Stable) @NotNull public static IConfigurationSet fromConfigurationSetName(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull String configurationSetName)
scope - This parameter is required.id - This parameter is required.configurationSetName - This parameter is required.@Stability(value=Stable) @NotNull public String getConfigurationSetName()
getConfigurationSetName in interface IConfigurationSetCopyright © 2022. All rights reserved.