AWS Native is in preview. AWS Classic is fully supported.
aws-native.evidently.Launch
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
Resource Type definition for AWS::Evidently::Launch.
Create Launch Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Launch(name: string, args: LaunchArgs, opts?: CustomResourceOptions);
@overload
def Launch(resource_name: str,
args: LaunchArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Launch(resource_name: str,
opts: Optional[ResourceOptions] = None,
groups: Optional[Sequence[LaunchGroupObjectArgs]] = None,
project: Optional[str] = None,
scheduled_splits_config: Optional[Sequence[LaunchStepConfigArgs]] = None,
description: Optional[str] = None,
execution_status: Optional[LaunchExecutionStatusObjectArgs] = None,
metric_monitors: Optional[Sequence[LaunchMetricDefinitionObjectArgs]] = None,
name: Optional[str] = None,
randomization_salt: Optional[str] = None,
tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
func NewLaunch(ctx *Context, name string, args LaunchArgs, opts ...ResourceOption) (*Launch, error)
public Launch(string name, LaunchArgs args, CustomResourceOptions? opts = null)
public Launch(String name, LaunchArgs args)
public Launch(String name, LaunchArgs args, CustomResourceOptions options)
type: aws-native:evidently:Launch
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args LaunchArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args LaunchArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args LaunchArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args LaunchArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args LaunchArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Launch Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The Launch resource accepts the following input properties:
- Groups
List<Pulumi.
Aws Native. Evidently. Inputs. Launch Group Object> - 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.
- Project string
- The name or ARN of the project that you want to create the launch in.
- Scheduled
Splits List<Pulumi.Config Aws Native. Evidently. Inputs. Launch Step Config> - An array of structures that define the traffic allocation percentages among the feature variations during each step of the launch.
- Description string
- An optional description for the launch.
- Execution
Status Pulumi.Aws Native. Evidently. Inputs. Launch Execution Status Object - Start or Stop Launch Launch. Default is not started.
- Metric
Monitors List<Pulumi.Aws Native. Evidently. Inputs. Launch Metric Definition Object> - 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.
- Name string
- The name for the launch. It can include up to 127 characters.
- Randomization
Salt 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. This randomization ID is a combination of the entity ID and
randomizationSalt
. If you omitrandomizationSalt
, Evidently uses the launch name as therandomizationsSalt
. - List<Pulumi.
Aws Native. Inputs. Tag> - An array of key-value pairs to apply to this resource.
- Groups
[]Launch
Group Object Args - 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.
- Project string
- The name or ARN of the project that you want to create the launch in.
- Scheduled
Splits []LaunchConfig Step Config Args - An array of structures that define the traffic allocation percentages among the feature variations during each step of the launch.
- Description string
- An optional description for the launch.
- Execution
Status LaunchExecution Status Object Args - Start or Stop Launch Launch. Default is not started.
- Metric
Monitors []LaunchMetric Definition Object Args - 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.
- Name string
- The name for the launch. It can include up to 127 characters.
- Randomization
Salt 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. This randomization ID is a combination of the entity ID and
randomizationSalt
. If you omitrandomizationSalt
, Evidently uses the launch name as therandomizationsSalt
. - Tag
Args - An array of key-value pairs to apply to this resource.
- groups
List<Launch
Group Object> - 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.
- project String
- The name or ARN of the project that you want to create the launch in.
- scheduled
Splits List<LaunchConfig Step Config> - An array of structures that define the traffic allocation percentages among the feature variations during each step of the launch.
- description String
- An optional description for the launch.
- execution
Status LaunchExecution Status Object - Start or Stop Launch Launch. Default is not started.
- metric
Monitors List<LaunchMetric Definition Object> - 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.
- name String
- The name for the launch. It can include up to 127 characters.
- randomization
Salt 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. This randomization ID is a combination of the entity ID and
randomizationSalt
. If you omitrandomizationSalt
, Evidently uses the launch name as therandomizationsSalt
. - List<Tag>
- An array of key-value pairs to apply to this resource.
- groups
Launch
Group Object[] - 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.
- project string
- The name or ARN of the project that you want to create the launch in.
- scheduled
Splits LaunchConfig Step Config[] - An array of structures that define the traffic allocation percentages among the feature variations during each step of the launch.
- description string
- An optional description for the launch.
- execution
Status LaunchExecution Status Object - Start or Stop Launch Launch. Default is not started.
- metric
Monitors LaunchMetric Definition Object[] - 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.
- name string
- The name for the launch. It can include up to 127 characters.
- randomization
Salt 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. This randomization ID is a combination of the entity ID and
randomizationSalt
. If you omitrandomizationSalt
, Evidently uses the launch name as therandomizationsSalt
. - Tag[]
- An array of key-value pairs to apply to this resource.
- groups
Sequence[Launch
Group Object Args] - 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.
- project str
- The name or ARN of the project that you want to create the launch in.
- scheduled_
splits_ Sequence[Launchconfig Step Config Args] - An array of structures that define the traffic allocation percentages among the feature variations during each step of the launch.
- description str
- An optional description for the launch.
- execution_
status LaunchExecution Status Object Args - Start or Stop Launch Launch. Default is not started.
- metric_
monitors Sequence[LaunchMetric Definition Object Args] - 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.
- name str
- The name for the launch. It can include up to 127 characters.
- randomization_
salt str - 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
. - Sequence[Tag
Args] - An array of key-value pairs to apply to this resource.
- groups List<Property Map>
- 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.
- project String
- The name or ARN of the project that you want to create the launch in.
- scheduled
Splits List<Property Map>Config - An array of structures that define the traffic allocation percentages among the feature variations during each step of the launch.
- description String
- An optional description for the launch.
- execution
Status Property Map - Start or Stop Launch Launch. Default is not started.
- metric
Monitors List<Property Map> - 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.
- name String
- The name for the launch. It can include up to 127 characters.
- randomization
Salt 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. This randomization ID is a combination of the entity ID and
randomizationSalt
. If you omitrandomizationSalt
, Evidently uses the launch name as therandomizationsSalt
. - List<Property Map>
- An array of key-value pairs to apply to this resource.
Outputs
All input properties are implicitly available as output properties. Additionally, the Launch resource produces the following output properties:
Supporting Types
LaunchExecutionStatusObject, LaunchExecutionStatusObjectArgs
- Status string
- Provide START or STOP action to apply on a launch
- Desired
State string - Provide CANCELLED or COMPLETED as the launch desired state. Defaults to Completed if not provided.
- Reason string
- Provide a reason for stopping the launch. Defaults to empty if not provided.
- Status string
- Provide START or STOP action to apply on a launch
- Desired
State string - Provide CANCELLED or COMPLETED as the launch desired state. Defaults to Completed if not provided.
- Reason string
- Provide a reason for stopping the launch. Defaults to empty if not provided.
- status String
- Provide START or STOP action to apply on a launch
- desired
State String - Provide CANCELLED or COMPLETED as the launch desired state. Defaults to Completed if not provided.
- reason String
- Provide a reason for stopping the launch. Defaults to empty if not provided.
- status string
- Provide START or STOP action to apply on a launch
- desired
State string - Provide CANCELLED or COMPLETED as the launch desired state. Defaults to Completed if not provided.
- reason string
- Provide a reason for stopping the launch. Defaults to empty if not provided.
- status str
- Provide START or STOP action to apply on a launch
- desired_
state str - Provide CANCELLED or COMPLETED as the launch desired state. Defaults to Completed if not provided.
- reason str
- Provide a reason for stopping the launch. Defaults to empty if not provided.
- status String
- Provide START or STOP action to apply on a launch
- desired
State String - Provide CANCELLED or COMPLETED as the launch desired state. Defaults to Completed if not provided.
- reason String
- Provide a reason for stopping the launch. Defaults to empty if not provided.
LaunchGroupObject, LaunchGroupObjectArgs
- Feature string
- The feature that this launch is using.
- Group
Name string - A name for this launch group. It can include up to 127 characters.
- Variation string
- The feature variation to use for this launch group.
- Description string
- A description of the launch group.
- Feature string
- The feature that this launch is using.
- Group
Name string - A name for this launch group. It can include up to 127 characters.
- Variation string
- The feature variation to use for this launch group.
- Description string
- A description of the launch group.
- feature String
- The feature that this launch is using.
- group
Name String - A name for this launch group. It can include up to 127 characters.
- variation String
- The feature variation to use for this launch group.
- description String
- A description of the launch group.
- feature string
- The feature that this launch is using.
- group
Name string - A name for this launch group. It can include up to 127 characters.
- variation string
- The feature variation to use for this launch group.
- description string
- A description of the launch group.
- feature str
- The feature that this launch is using.
- group_
name str - A name for this launch group. It can include up to 127 characters.
- variation str
- The feature variation to use for this launch group.
- description str
- A description of the launch group.
- feature String
- The feature that this launch is using.
- group
Name String - A name for this launch group. It can include up to 127 characters.
- variation String
- The feature variation to use for this launch group.
- description String
- A description of the launch group.
LaunchGroupToWeight, LaunchGroupToWeightArgs
- Group
Name string - The name of the launch group. It can include up to 127 characters.
- Split
Weight int The portion of launch traffic to allocate to this launch group.
This is represented in thousandths of a percent. For example, specify 20,000 to allocate 20% of the launch audience to this launch group.
- Group
Name string - The name of the launch group. It can include up to 127 characters.
- Split
Weight int The portion of launch traffic to allocate to this launch group.
This is represented in thousandths of a percent. For example, specify 20,000 to allocate 20% of the launch audience to this launch group.
- group
Name String - The name of the launch group. It can include up to 127 characters.
- split
Weight Integer The portion of launch traffic to allocate to this launch group.
This is represented in thousandths of a percent. For example, specify 20,000 to allocate 20% of the launch audience to this launch group.
- group
Name string - The name of the launch group. It can include up to 127 characters.
- split
Weight number The portion of launch traffic to allocate to this launch group.
This is represented in thousandths of a percent. For example, specify 20,000 to allocate 20% of the launch audience to this launch group.
- group_
name str - The name of the launch group. It can include up to 127 characters.
- split_
weight int The portion of launch traffic to allocate to this launch group.
This is represented in thousandths of a percent. For example, specify 20,000 to allocate 20% of the launch audience to this launch group.
- group
Name String - The name of the launch group. It can include up to 127 characters.
- split
Weight Number The portion of launch traffic to allocate to this launch group.
This is represented in thousandths of a percent. For example, specify 20,000 to allocate 20% of the launch audience to this launch group.
LaunchMetricDefinitionObject, LaunchMetricDefinitionObjectArgs
- Entity
Id stringKey - The JSON path to reference the entity id in the event.
- Metric
Name string - A name for the metric. It can include up to 255 characters.
- Value
Key string - The JSON path to reference the numerical metric value in the event.
- Event
Pattern string - Event patterns have the same structure as the events they match. Rules use event patterns to select events. An event pattern either matches an event or it doesn't.
- Unit
Label string - A label for the units that the metric is measuring.
- Entity
Id stringKey - The JSON path to reference the entity id in the event.
- Metric
Name string - A name for the metric. It can include up to 255 characters.
- Value
Key string - The JSON path to reference the numerical metric value in the event.
- Event
Pattern string - Event patterns have the same structure as the events they match. Rules use event patterns to select events. An event pattern either matches an event or it doesn't.
- Unit
Label string - A label for the units that the metric is measuring.
- entity
Id StringKey - The JSON path to reference the entity id in the event.
- metric
Name String - A name for the metric. It can include up to 255 characters.
- value
Key String - The JSON path to reference the numerical metric value in the event.
- event
Pattern String - Event patterns have the same structure as the events they match. Rules use event patterns to select events. An event pattern either matches an event or it doesn't.
- unit
Label String - A label for the units that the metric is measuring.
- entity
Id stringKey - The JSON path to reference the entity id in the event.
- metric
Name string - A name for the metric. It can include up to 255 characters.
- value
Key string - The JSON path to reference the numerical metric value in the event.
- event
Pattern string - Event patterns have the same structure as the events they match. Rules use event patterns to select events. An event pattern either matches an event or it doesn't.
- unit
Label string - A label for the units that the metric is measuring.
- entity_
id_ strkey - The JSON path to reference the entity id in the event.
- metric_
name str - A name for the metric. It can include up to 255 characters.
- value_
key str - The JSON path to reference the numerical metric value in the event.
- event_
pattern str - Event patterns have the same structure as the events they match. Rules use event patterns to select events. An event pattern either matches an event or it doesn't.
- unit_
label str - A label for the units that the metric is measuring.
- entity
Id StringKey - The JSON path to reference the entity id in the event.
- metric
Name String - A name for the metric. It can include up to 255 characters.
- value
Key String - The JSON path to reference the numerical metric value in the event.
- event
Pattern String - Event patterns have the same structure as the events they match. Rules use event patterns to select events. An event pattern either matches an event or it doesn't.
- unit
Label String - A label for the units that the metric is measuring.
LaunchSegmentOverride, LaunchSegmentOverrideArgs
- Evaluation
Order int - A number indicating the order to use to evaluate segment overrides, if there are more than one. Segment overrides with lower numbers are evaluated first.
- Segment string
- The ARN of the segment to use for this override.
- Weights
List<Pulumi.
Aws Native. Evidently. Inputs. Launch Group To Weight> - The traffic allocation percentages among the feature variations to assign to this segment. This is a set of key-value pairs. The keys are variation names. The values represent the amount of traffic to allocate to that variation for this segment. This is expressed in thousandths of a percent, so a weight of 50000 represents 50% of traffic.
- Evaluation
Order int - A number indicating the order to use to evaluate segment overrides, if there are more than one. Segment overrides with lower numbers are evaluated first.
- Segment string
- The ARN of the segment to use for this override.
- Weights
[]Launch
Group To Weight - The traffic allocation percentages among the feature variations to assign to this segment. This is a set of key-value pairs. The keys are variation names. The values represent the amount of traffic to allocate to that variation for this segment. This is expressed in thousandths of a percent, so a weight of 50000 represents 50% of traffic.
- evaluation
Order Integer - A number indicating the order to use to evaluate segment overrides, if there are more than one. Segment overrides with lower numbers are evaluated first.
- segment String
- The ARN of the segment to use for this override.
- weights
List<Launch
Group To Weight> - The traffic allocation percentages among the feature variations to assign to this segment. This is a set of key-value pairs. The keys are variation names. The values represent the amount of traffic to allocate to that variation for this segment. This is expressed in thousandths of a percent, so a weight of 50000 represents 50% of traffic.
- evaluation
Order number - A number indicating the order to use to evaluate segment overrides, if there are more than one. Segment overrides with lower numbers are evaluated first.
- segment string
- The ARN of the segment to use for this override.
- weights
Launch
Group To Weight[] - The traffic allocation percentages among the feature variations to assign to this segment. This is a set of key-value pairs. The keys are variation names. The values represent the amount of traffic to allocate to that variation for this segment. This is expressed in thousandths of a percent, so a weight of 50000 represents 50% of traffic.
- evaluation_
order int - A number indicating the order to use to evaluate segment overrides, if there are more than one. Segment overrides with lower numbers are evaluated first.
- segment str
- The ARN of the segment to use for this override.
- weights
Sequence[Launch
Group To Weight] - The traffic allocation percentages among the feature variations to assign to this segment. This is a set of key-value pairs. The keys are variation names. The values represent the amount of traffic to allocate to that variation for this segment. This is expressed in thousandths of a percent, so a weight of 50000 represents 50% of traffic.
- evaluation
Order Number - A number indicating the order to use to evaluate segment overrides, if there are more than one. Segment overrides with lower numbers are evaluated first.
- segment String
- The ARN of the segment to use for this override.
- weights List<Property Map>
- The traffic allocation percentages among the feature variations to assign to this segment. This is a set of key-value pairs. The keys are variation names. The values represent the amount of traffic to allocate to that variation for this segment. This is expressed in thousandths of a percent, so a weight of 50000 represents 50% of traffic.
LaunchStepConfig, LaunchStepConfigArgs
- Group
Weights List<Pulumi.Aws Native. Evidently. Inputs. Launch Group To Weight> - An array of structures that define how much launch traffic to allocate to each launch group during this step of the launch.
- Start
Time string - The date and time to start this step of the launch. Use UTC format,
yyyy-MM-ddTHH:mm:ssZ
. For example,2025-11-25T23:59:59Z
- Segment
Overrides List<Pulumi.Aws Native. Evidently. Inputs. Launch Segment Override> An array of structures that you can use to specify different traffic splits for one or more audience segments . A segment is a portion of your audience that share one or more characteristics. Examples could be Chrome browser users, users in Europe, or Firefox browser users in Europe who also fit other criteria that your application collects, such as age.
For more information, see Use segments to focus your audience .
- Group
Weights []LaunchGroup To Weight - An array of structures that define how much launch traffic to allocate to each launch group during this step of the launch.
- Start
Time string - The date and time to start this step of the launch. Use UTC format,
yyyy-MM-ddTHH:mm:ssZ
. For example,2025-11-25T23:59:59Z
- Segment
Overrides []LaunchSegment Override An array of structures that you can use to specify different traffic splits for one or more audience segments . A segment is a portion of your audience that share one or more characteristics. Examples could be Chrome browser users, users in Europe, or Firefox browser users in Europe who also fit other criteria that your application collects, such as age.
For more information, see Use segments to focus your audience .
- group
Weights List<LaunchGroup To Weight> - An array of structures that define how much launch traffic to allocate to each launch group during this step of the launch.
- start
Time String - The date and time to start this step of the launch. Use UTC format,
yyyy-MM-ddTHH:mm:ssZ
. For example,2025-11-25T23:59:59Z
- segment
Overrides List<LaunchSegment Override> An array of structures that you can use to specify different traffic splits for one or more audience segments . A segment is a portion of your audience that share one or more characteristics. Examples could be Chrome browser users, users in Europe, or Firefox browser users in Europe who also fit other criteria that your application collects, such as age.
For more information, see Use segments to focus your audience .
- group
Weights LaunchGroup To Weight[] - An array of structures that define how much launch traffic to allocate to each launch group during this step of the launch.
- start
Time string - The date and time to start this step of the launch. Use UTC format,
yyyy-MM-ddTHH:mm:ssZ
. For example,2025-11-25T23:59:59Z
- segment
Overrides LaunchSegment Override[] An array of structures that you can use to specify different traffic splits for one or more audience segments . A segment is a portion of your audience that share one or more characteristics. Examples could be Chrome browser users, users in Europe, or Firefox browser users in Europe who also fit other criteria that your application collects, such as age.
For more information, see Use segments to focus your audience .
- group_
weights Sequence[LaunchGroup To Weight] - An array of structures that define how much launch traffic to allocate to each launch group during this step of the launch.
- start_
time str - The date and time to start this step of the launch. Use UTC format,
yyyy-MM-ddTHH:mm:ssZ
. For example,2025-11-25T23:59:59Z
- segment_
overrides Sequence[LaunchSegment Override] An array of structures that you can use to specify different traffic splits for one or more audience segments . A segment is a portion of your audience that share one or more characteristics. Examples could be Chrome browser users, users in Europe, or Firefox browser users in Europe who also fit other criteria that your application collects, such as age.
For more information, see Use segments to focus your audience .
- group
Weights List<Property Map> - An array of structures that define how much launch traffic to allocate to each launch group during this step of the launch.
- start
Time String - The date and time to start this step of the launch. Use UTC format,
yyyy-MM-ddTHH:mm:ssZ
. For example,2025-11-25T23:59:59Z
- segment
Overrides List<Property Map> An array of structures that you can use to specify different traffic splits for one or more audience segments . A segment is a portion of your audience that share one or more characteristics. Examples could be Chrome browser users, users in Europe, or Firefox browser users in Europe who also fit other criteria that your application collects, such as age.
For more information, see Use segments to focus your audience .
Tag, TagArgs
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.