@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:17.699Z") @Stability(value=Stable) public class CfnLaunch extends CfnResource implements IInspectable
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.evidently.*;
CfnLaunch cfnLaunch = CfnLaunch.Builder.create(this, "MyCfnLaunch")
.groups(List.of(LaunchGroupObjectProperty.builder()
.feature("feature")
.groupName("groupName")
.variation("variation")
// the properties below are optional
.description("description")
.build()))
.name("name")
.project("project")
.scheduledSplitsConfig(List.of(StepConfigProperty.builder()
.groupWeights(List.of(GroupToWeightProperty.builder()
.groupName("groupName")
.splitWeight(123)
.build()))
.startTime("startTime")
.build()))
// the properties below are optional
.description("description")
.metricMonitors(List.of(MetricDefinitionObjectProperty.builder()
.entityIdKey("entityIdKey")
.eventPattern("eventPattern")
.metricName("metricName")
.valueKey("valueKey")
// the properties below are optional
.unitLabel("unitLabel")
.build()))
.randomizationSalt("randomizationSalt")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnLaunch.Builder
A fluent builder for
CfnLaunch. |
static interface |
CfnLaunch.GroupToWeightProperty
Example:
|
static interface |
CfnLaunch.LaunchGroupObjectProperty
Example:
|
static interface |
CfnLaunch.MetricDefinitionObjectProperty
Example:
|
static interface |
CfnLaunch.StepConfigProperty
Example:
|
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnLaunch(software.constructs.Construct scope,
String id,
CfnLaunchProps props)
Create a new `AWS::Evidently::Launch`.
|
protected |
CfnLaunch(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnLaunch(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrArn() |
protected Map<String,Object> |
getCfnProperties() |
String |
getDescription()
`AWS::Evidently::Launch.Description`.
|
Object |
getGroups()
`AWS::Evidently::Launch.Groups`.
|
Object |
getMetricMonitors()
`AWS::Evidently::Launch.MetricMonitors`.
|
String |
getName()
`AWS::Evidently::Launch.Name`.
|
String |
getProject()
`AWS::Evidently::Launch.Project`.
|
String |
getRandomizationSalt()
`AWS::Evidently::Launch.RandomizationSalt`.
|
Object |
getScheduledSplitsConfig()
`AWS::Evidently::Launch.ScheduledSplitsConfig`.
|
TagManager |
getTags()
`AWS::Evidently::Launch.Tags`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setDescription(String value)
`AWS::Evidently::Launch.Description`.
|
void |
setGroups(IResolvable value)
`AWS::Evidently::Launch.Groups`.
|
void |
setGroups(List<Object> value)
`AWS::Evidently::Launch.Groups`.
|
void |
setMetricMonitors(IResolvable value)
`AWS::Evidently::Launch.MetricMonitors`.
|
void |
setMetricMonitors(List<Object> value)
`AWS::Evidently::Launch.MetricMonitors`.
|
void |
setName(String value)
`AWS::Evidently::Launch.Name`.
|
void |
setProject(String value)
`AWS::Evidently::Launch.Project`.
|
void |
setRandomizationSalt(String value)
`AWS::Evidently::Launch.RandomizationSalt`.
|
void |
setScheduledSplitsConfig(IResolvable value)
`AWS::Evidently::Launch.ScheduledSplitsConfig`.
|
void |
setScheduledSplitsConfig(List<Object> value)
`AWS::Evidently::Launch.ScheduledSplitsConfig`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnLaunch(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnLaunch(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnLaunch(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnLaunchProps 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. This parameter is required.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull public String getAttrArn()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @Nullable public String getDescription()
@Stability(value=Stable)
public void setDescription(@Nullable
String value)
@Stability(value=Stable) @NotNull public Object getGroups()
@Stability(value=Stable)
public void setGroups(@NotNull
IResolvable value)
@Stability(value=Stable)
public void setGroups(@NotNull
List<Object> value)
@Stability(value=Stable) @Nullable public Object getMetricMonitors()
@Stability(value=Stable)
public void setMetricMonitors(@Nullable
IResolvable value)
@Stability(value=Stable)
public void setMetricMonitors(@Nullable
List<Object> value)
@Stability(value=Stable) @NotNull public String getName()
@Stability(value=Stable)
public void setName(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getProject()
@Stability(value=Stable)
public void setProject(@NotNull
String value)
@Stability(value=Stable) @Nullable public String getRandomizationSalt()
@Stability(value=Stable)
public void setRandomizationSalt(@Nullable
String value)
@Stability(value=Stable) @NotNull public Object getScheduledSplitsConfig()
@Stability(value=Stable)
public void setScheduledSplitsConfig(@NotNull
IResolvable value)
@Stability(value=Stable)
public void setScheduledSplitsConfig(@NotNull
List<Object> value)
@Stability(value=Stable) @NotNull public TagManager getTags()
Copyright © 2021. All rights reserved.