Package com.pulumi.aws.evidently.inputs
Class LaunchState
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.evidently.inputs.LaunchState
-
public final class LaunchState extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LaunchState.Builder
-
Field Summary
Fields Modifier and Type Field Description static LaunchState
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.util.Optional<com.pulumi.core.Output<java.lang.String>>
arn()
static LaunchState.Builder
builder()
static LaunchState.Builder
builder(LaunchState defaults)
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
createdTime()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
description()
java.util.Optional<com.pulumi.core.Output<java.util.List<LaunchExecutionArgs>>>
executions()
java.util.Optional<com.pulumi.core.Output<java.util.List<LaunchGroupArgs>>>
groups()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
lastUpdatedTime()
java.util.Optional<com.pulumi.core.Output<java.util.List<LaunchMetricMonitorArgs>>>
metricMonitors()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
name()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
project()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
randomizationSalt()
java.util.Optional<com.pulumi.core.Output<LaunchScheduledSplitsConfigArgs>>
scheduledSplitsConfig()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
status()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
statusReason()
java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>>>
tags()
java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>>>
tagsAll()
Deprecated.Please use `tags` instead.java.util.Optional<com.pulumi.core.Output<java.lang.String>>
type()
-
-
-
Field Detail
-
Empty
public static final LaunchState Empty
-
-
Method Detail
-
arn
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> arn()
- Returns:
- The ARN of the launch.
-
createdTime
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> createdTime()
- Returns:
- The date and time that the launch is created.
-
description
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> description()
- Returns:
- Specifies the description of the launch.
-
executions
public java.util.Optional<com.pulumi.core.Output<java.util.List<LaunchExecutionArgs>>> executions()
- Returns:
- A block that contains information about the start and end times of the launch. Detailed below
-
groups
public java.util.Optional<com.pulumi.core.Output<java.util.List<LaunchGroupArgs>>> groups()
- Returns:
- One or up to five blocks that contain the feature and variations that are to be used for the launch. Detailed below.
-
lastUpdatedTime
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> lastUpdatedTime()
- Returns:
- The date and time that the launch was most recently updated.
-
metricMonitors
public java.util.Optional<com.pulumi.core.Output<java.util.List<LaunchMetricMonitorArgs>>> metricMonitors()
- Returns:
- One or up to three blocks that define the metrics that will be used to monitor the launch performance. Detailed below.
-
name
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
- Returns:
- The name for the new launch. Minimum length of `1`. Maximum length of `127`.
-
project
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> project()
- Returns:
- The name or ARN of the project that is to contain the new launch.
-
randomizationSalt
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> randomizationSalt()
- Returns:
- 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 omit randomizationSalt, Evidently uses the launch name as the randomizationSalt.
-
scheduledSplitsConfig
public java.util.Optional<com.pulumi.core.Output<LaunchScheduledSplitsConfigArgs>> scheduledSplitsConfig()
- Returns:
- A block that defines the traffic allocation percentages among the feature variations during each step of the launch. Detailed below.
-
status
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> status()
- Returns:
- The current state of the launch. Valid values are `CREATED`, `UPDATING`, `RUNNING`, `COMPLETED`, and `CANCELLED`.
-
statusReason
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> statusReason()
- Returns:
- If the launch was stopped, this is the string that was entered by the person who stopped the launch, to explain why it was stopped.
-
tags
public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>>> tags()
- Returns:
- Tags to apply to the launch. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
-
tagsAll
@Deprecated public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>>> tagsAll()
Deprecated.Please use `tags` instead.- Returns:
- A map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.
-
type
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> type()
- Returns:
- The type of launch.
-
builder
public static LaunchState.Builder builder()
-
builder
public static LaunchState.Builder builder(LaunchState defaults)
-
-