Class CfnLaunch.StepConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.evidently.CfnLaunch.StepConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnLaunch.StepConfigProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnLaunch.StepConfigProperty
@Stability(Stable)
@Internal
public static final class CfnLaunch.StepConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnLaunch.StepConfigProperty
An implementation for
CfnLaunch.StepConfigProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.evidently.CfnLaunch.StepConfigProperty
CfnLaunch.StepConfigProperty.Builder, CfnLaunch.StepConfigProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnLaunch.StepConfigProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
An array of structures that define how much launch traffic to allocate to each launch group during this step of the launch.final Object
An array of structures that you can use to specify different traffic splits for one or more audience segments .final String
The date and time to start this step of the launch.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnLaunch.StepConfigProperty.Builder
.
-
-
Method Details
-
getGroupWeights
Description copied from interface:CfnLaunch.StepConfigProperty
An array of structures that define how much launch traffic to allocate to each launch group during this step of the launch.- Specified by:
getGroupWeights
in interfaceCfnLaunch.StepConfigProperty
- See Also:
-
getStartTime
Description copied from interface:CfnLaunch.StepConfigProperty
The date and time to start this step of the launch.Use UTC format,
yyyy-MM-ddTHH:mm:ssZ
. For example,2025-11-25T23:59:59Z
- Specified by:
getStartTime
in interfaceCfnLaunch.StepConfigProperty
- See Also:
-
getSegmentOverrides
Description copied from interface:CfnLaunch.StepConfigProperty
An array of structures that you can use to specify different traffic splits for one or more audience segments .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 .
- Specified by:
getSegmentOverrides
in interfaceCfnLaunch.StepConfigProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-