Class EvidentlyLaunchScheduledSplitsConfigSteps.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.evidently_launch.EvidentlyLaunchScheduledSplitsConfigSteps.Jsii$Proxy
-
- All Implemented Interfaces:
EvidentlyLaunchScheduledSplitsConfigSteps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- EvidentlyLaunchScheduledSplitsConfigSteps
@Stability(Stable) @Internal public static final class EvidentlyLaunchScheduledSplitsConfigSteps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EvidentlyLaunchScheduledSplitsConfigSteps
An implementation forEvidentlyLaunchScheduledSplitsConfigSteps
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.aws.evidently_launch.EvidentlyLaunchScheduledSplitsConfigSteps
EvidentlyLaunchScheduledSplitsConfigSteps.Builder, EvidentlyLaunchScheduledSplitsConfigSteps.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(EvidentlyLaunchScheduledSplitsConfigSteps.Builder builder)Constructor that initializes the object based on literal property values passed by theEvidentlyLaunchScheduledSplitsConfigSteps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)Map<String,Number>getGroupWeights()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/evidently_launch#group_weights EvidentlyLaunch#group_weights}.ObjectgetSegmentOverrides()segment_overrides block.StringgetStartTime()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/evidently_launch#start_time EvidentlyLaunch#start_time}.inthashCode()
-
-
-
Constructor Detail
-
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
protected Jsii$Proxy(EvidentlyLaunchScheduledSplitsConfigSteps.Builder builder)
Constructor that initializes the object based on literal property values passed by theEvidentlyLaunchScheduledSplitsConfigSteps.Builder.
-
-
Method Detail
-
getGroupWeights
public final Map<String,Number> getGroupWeights()
Description copied from interface:EvidentlyLaunchScheduledSplitsConfigStepsDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/evidently_launch#group_weights EvidentlyLaunch#group_weights}.- Specified by:
getGroupWeightsin interfaceEvidentlyLaunchScheduledSplitsConfigSteps
-
getStartTime
public final String getStartTime()
Description copied from interface:EvidentlyLaunchScheduledSplitsConfigStepsDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/evidently_launch#start_time EvidentlyLaunch#start_time}.- Specified by:
getStartTimein interfaceEvidentlyLaunchScheduledSplitsConfigSteps
-
getSegmentOverrides
public final Object getSegmentOverrides()
Description copied from interface:EvidentlyLaunchScheduledSplitsConfigStepssegment_overrides block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/evidently_launch#segment_overrides EvidentlyLaunch#segment_overrides}
- Specified by:
getSegmentOverridesin interfaceEvidentlyLaunchScheduledSplitsConfigSteps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-