Resource Type definition for AWS::Evidently::Launch.
groups
(Attributes List) (see below for nested schema)name
(String)project
(String)scheduled_splits_config
(Attributes List) (see below for nested schema)description
(String)execution_status
(Attributes) Start or Stop Launch Launch. Default is not started. (see below for nested schema)metric_monitors
(Attributes List) (see below for nested schema)randomization_salt
(String)tags
(Attributes Set) An array of key-value pairs to apply to this resource. (see below for nested schema)arn
(String)id
(String) Uniquely identifies the resource.groups
Required:
feature
(String)group_name
(String)variation
(String)Optional:
description
(String)scheduled_splits_config
Required:
group_weights
(Attributes Set) (see below for nested schema)start_time
(String)Optional:
segment_overrides
(Attributes Set) (see below for nested schema)scheduled_splits_config.group_weights
Required:
group_name
(String)split_weight
(Number)scheduled_splits_config.segment_overrides
Required:
evaluation_order
(Number)segment
(String)weights
(Attributes Set) (see below for nested schema)scheduled_splits_config.segment_overrides.weights
Required:
group_name
(String)split_weight
(Number)execution_status
Required:
status
(String) Provide START or STOP action to apply on a launchOptional:
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.metric_monitors
Required:
entity_id_key
(String) The JSON path to reference the entity id in the event.metric_name
(String)value_key
(String) The JSON path to reference the numerical metric value in the event.Optional:
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)tags
Required:
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 is supported using the following syntax:
$ terraform import awscc_evidently_launch.example <resource ID>