---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_evidently_launch Resource - terraform-provider-awscc"
subcategory: ""
description: |-
Resource Type definition for AWS::Evidently::Launch.
---
# awscc_evidently_launch (Resource)
Resource Type definition for AWS::Evidently::Launch.
## Schema
### Required
- `groups` (Attributes List) (see [below for nested schema](#nestedatt--groups))
- `name` (String)
- `project` (String)
- `scheduled_splits_config` (Attributes List) (see [below for nested schema](#nestedatt--scheduled_splits_config))
### Optional
- `description` (String)
- `execution_status` (Attributes) Start or Stop Launch Launch. Default is not started. (see [below for nested schema](#nestedatt--execution_status))
- `metric_monitors` (Attributes List) (see [below for nested schema](#nestedatt--metric_monitors))
- `randomization_salt` (String)
- `tags` (Attributes Set) An array of key-value pairs to apply to this resource. (see [below for nested schema](#nestedatt--tags))
### Read-Only
- `arn` (String)
- `id` (String) Uniquely identifies the resource.
### Nested Schema for `groups`
Required:
- `description` (String)
- `feature` (String)
- `group_name` (String)
- `variation` (String)
### Nested Schema for `scheduled_splits_config`
Required:
- `group_weights` (Attributes Set) (see [below for nested schema](#nestedatt--scheduled_splits_config--group_weights))
- `start_time` (String)
### Nested Schema for `scheduled_splits_config.group_weights`
Required:
- `group_name` (String)
- `split_weight` (Number)
### Nested Schema for `execution_status`
Optional:
- `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
### Nested Schema for `metric_monitors`
Optional:
- `entity_id_key` (String) The JSON path to reference the entity id 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.
- `metric_name` (String)
- `unit_label` (String)
- `value_key` (String) The JSON path to reference the numerical metric value in the event.
### Nested Schema for `tags`
Optional:
- `key` (String) The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- `value` (String) The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
## Import
Import is supported using the following syntax:
```shell
$ terraform import awscc_evidently_launch.example
```