public static final class CfnLaunch.StepConfigProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnLaunch.StepConfigProperty
CfnLaunch.StepConfigProperty
CfnLaunch.StepConfigProperty.Builder, CfnLaunch.StepConfigProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.Object |
getGroupWeights()
An array of structures that define how much launch traffic to allocate to each launch group during this step of the launch.
|
java.lang.Object |
getSegmentOverrides()
An array of structures that you can use to specify different traffic splits for one or more audience *segments* .
|
java.lang.String |
getStartTime()
The date and time to start this step of the launch.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getGroupWeights()
CfnLaunch.StepConfigProperty
getGroupWeights
in interface CfnLaunch.StepConfigProperty
public final java.lang.String getStartTime()
CfnLaunch.StepConfigProperty
Use UTC format, yyyy-MM-ddTHH:mm:ssZ
. For example, 2025-11-25T23:59:59Z
getStartTime
in interface CfnLaunch.StepConfigProperty
public final java.lang.Object getSegmentOverrides()
CfnLaunch.StepConfigProperty
A segment is a portion of your audience that share one or more characteristics. Examples could be Chrome browser users, users in Europe, or Firefox browser users in Europe who also fit other criteria that your application collects, such as age.
For more information, see Use segments to focus your audience .
getSegmentOverrides
in interface CfnLaunch.StepConfigProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()