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
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnLaunchProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnLaunchProps.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 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
getName()
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.getTags()
Assigns one or more tags (key-value pairs) to 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 theCfnLaunchProps.Builder
.
-
-
Method Details
-
getGroups
Description copied from interface:CfnLaunchProps
An array of structures that contains the feature and variations that are to be used for the launch.You can up to five launch groups in a launch.
- Specified by:
getGroups
in interfaceCfnLaunchProps
- See Also:
-
getName
Description copied from interface:CfnLaunchProps
The name for the launch.It can include up to 127 characters.
- Specified by:
getName
in interfaceCfnLaunchProps
- See Also:
-
getProject
Description copied from interface:CfnLaunchProps
The name or ARN of the project that you want to create the launch in.- Specified by:
getProject
in interfaceCfnLaunchProps
- See Also:
-
getScheduledSplitsConfig
Description copied from interface:CfnLaunchProps
An array of structures that define the traffic allocation percentages among the feature variations during each step of the launch.- Specified by:
getScheduledSplitsConfig
in interfaceCfnLaunchProps
- See Also:
-
getDescription
Description copied from interface:CfnLaunchProps
An optional description for the launch.- Specified by:
getDescription
in interfaceCfnLaunchProps
- See Also:
-
getExecutionStatus
Description copied from interface:CfnLaunchProps
A structure that you can use to start and stop the launch.- Specified by:
getExecutionStatus
in interfaceCfnLaunchProps
- See Also:
-
getMetricMonitors
Description copied from interface:CfnLaunchProps
An array of structures that define the metrics that will be used to monitor the launch performance.You can have up to three metric monitors in the array.
- Specified by:
getMetricMonitors
in interfaceCfnLaunchProps
- See Also:
-
getRandomizationSalt
Description copied from interface:CfnLaunchProps
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.This randomization ID is a combination of the entity ID and
randomizationSalt
. If you omitrandomizationSalt
, Evidently uses the launch name as therandomizationsSalt
.- Specified by:
getRandomizationSalt
in interfaceCfnLaunchProps
- See Also:
-
getTags
Description copied from interface:CfnLaunchProps
Assigns one or more tags (key-value pairs) to the launch.Tags can help you organize and categorize your resources. You can also use them to scope user permissions by granting a user permission to access or change only resources with certain tag values.
Tags don't have any semantic meaning to AWS and are interpreted strictly as strings of characters.
You can associate as many as 50 tags with a launch.
For more information, see Tagging AWS resources .
- Specified by:
getTags
in interfaceCfnLaunchProps
- 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()
-