@Stability(value=Stable) @Internal public static final class CfnLaunchProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnLaunchProps
CfnLaunchPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnLaunchProps.Builder, CfnLaunchProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnLaunchProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnLaunchProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getDescription()
An optional description for the launch.
|
Object |
getExecutionStatus()
A structure that you can use to start and stop the launch.
|
Object |
getGroups()
An array of structures that contains the feature and variations that are to be used for the launch.
|
Object |
getMetricMonitors()
An array of structures that define the metrics that will be used to monitor the launch performance.
|
String |
getName()
The name for the launch.
|
String |
getProject()
The name or ARN of the project that you want to create the launch in.
|
String |
getRandomizationSalt()
When Evidently assigns a particular user session to a launch, it must use a randomization ID to determine which variation the user session is served.
|
Object |
getScheduledSplitsConfig()
An array of structures that define the traffic allocation percentages among the feature variations during each step of the launch.
|
List<CfnTag> |
getTags()
Assigns one or more tags (key-value pairs) to the launch.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnLaunchProps.Builder builder)
CfnLaunchProps.Builder.public final Object getGroups()
CfnLaunchPropsYou can up to five launch groups in a launch.
getGroups in interface CfnLaunchPropspublic final String getName()
CfnLaunchPropsIt can include up to 127 characters.
getName in interface CfnLaunchPropspublic final String getProject()
CfnLaunchPropsgetProject in interface CfnLaunchPropspublic final Object getScheduledSplitsConfig()
CfnLaunchPropsgetScheduledSplitsConfig in interface CfnLaunchPropspublic final String getDescription()
CfnLaunchPropsgetDescription in interface CfnLaunchPropspublic final Object getExecutionStatus()
CfnLaunchPropsgetExecutionStatus in interface CfnLaunchPropspublic final Object getMetricMonitors()
CfnLaunchPropsYou can have up to three metric monitors in the array.
getMetricMonitors in interface CfnLaunchPropspublic final String getRandomizationSalt()
CfnLaunchProps
This randomization ID is a combination of the entity ID and randomizationSalt . If you omit randomizationSalt , Evidently uses the launch name as the randomizationsSalt .
getRandomizationSalt in interface CfnLaunchPropspublic final List<CfnTag> getTags()
CfnLaunchPropsTags can help you organize and categorize your resources. You can also use them to scope user permissions by granting a user permission to access or change only resources with certain tag values.
Tags don't have any semantic meaning to AWS and are interpreted strictly as strings of characters.
You can associate as many as 50 tags with a launch.
For more information, see Tagging AWS resources .
getTags in interface CfnLaunchProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.