Class CfnLaunchProps.Jsii$Proxy

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

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

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnLaunchProps.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 for the launch.
    final Object
    A structure that you can use to start and stop the launch.
    final Object
    An array of structures that contains the feature and variations that are to be used for the launch.
    final Object
    An array of structures that define the metrics that will be used to monitor the launch performance.
    final String
    The name for the launch.
    final String
    The name or ARN of the project that you want to create the launch in.
    final String
    When Evidently assigns a particular user session to a launch, it must use a randomization ID to determine which variation the user session is served.
    final Object
    An array of structures that define the traffic allocation percentages among the feature variations during each step of the launch.
    final List<CfnTag>
    Assigns one or more tags (key-value pairs) to the launch.
    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