Class CfnLaunchPropsMixin.StepConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.evidently.CfnLaunchPropsMixin.StepConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnLaunchPropsMixin.StepConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnLaunchPropsMixin.StepConfigProperty
@Stability(Stable)
@Internal
public static final class CfnLaunchPropsMixin.StepConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnLaunchPropsMixin.StepConfigProperty
An implementation for
CfnLaunchPropsMixin.StepConfigProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.evidently.CfnLaunchPropsMixin.StepConfigProperty
CfnLaunchPropsMixin.StepConfigProperty.Builder, CfnLaunchPropsMixin.StepConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnLaunchPropsMixin.StepConfigProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectAn array of structures that define how much launch traffic to allocate to each launch group during this step of the launch.final ObjectAn array of structures that you can use to specify different traffic splits for one or more audience segments .final StringThe date and time to start this step of the launch.final inthashCode()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 theCfnLaunchPropsMixin.StepConfigProperty.Builder.
-
-
Method Details
-
getGroupWeights
Description copied from interface:CfnLaunchPropsMixin.StepConfigPropertyAn array of structures that define how much launch traffic to allocate to each launch group during this step of the launch.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnLaunchPropsMixin.GroupToWeightProperty>- Specified by:
getGroupWeightsin interfaceCfnLaunchPropsMixin.StepConfigProperty- See Also:
-
getSegmentOverrides
Description copied from interface:CfnLaunchPropsMixin.StepConfigPropertyAn 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 .
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnLaunchPropsMixin.SegmentOverrideProperty>- Specified by:
getSegmentOverridesin interfaceCfnLaunchPropsMixin.StepConfigProperty- See Also:
-
getStartTime
Description copied from interface:CfnLaunchPropsMixin.StepConfigPropertyThe 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:
getStartTimein interfaceCfnLaunchPropsMixin.StepConfigProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-