Class CfnExperimentProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.evidently.CfnExperimentProps.Jsii$Proxy
All Implemented Interfaces:
CfnExperimentProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnExperimentProps

@Stability(Stable) @Internal public static final class CfnExperimentProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnExperimentProps
An implementation for CfnExperimentProps
  • 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.CfnExperimentProps

    CfnExperimentProps.Builder, CfnExperimentProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnExperimentProps.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 Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final String
    An optional description of the experiment.
    final Object
    An array of structures that defines the metrics used for the experiment, and whether a higher or lower value for each metric is the goal.
    final String
    A name for the new experiment.
    final Object
    A structure that contains the configuration of which variation to use as the "control" version.
    final String
    The name or the ARN of the project where this experiment is to be created.
    final String
    When Evidently assigns a particular user session to an experiment, it must use a randomization ID to determine which variation the user session is served.
    final Object
    Set this to true to remove the segment that is associated with this experiment.
    final Object
    A structure that you can use to start and stop the experiment.
    final Number
    The portion of the available audience that you want to allocate to this experiment, in thousandths of a percent.
    final String
    Specifies an audience segment to use in the experiment.
    final List<CfnTag>
    Assigns one or more tags (key-value pairs) to the experiment.
    final Object
    An array of structures that describe the configuration of each feature variation used in the experiment.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait