Resource Type definition for AWS::Evidently::Experiment.
metric_goals
(Attributes List) (see below for nested schema)name
(String)online_ab_config
(Attributes) (see below for nested schema)project
(String)treatments
(Attributes List) (see below for nested schema)description
(String)randomization_salt
(String)remove_segment
(Boolean)running_status
(Attributes) Start Experiment. Default is False (see below for nested schema)sampling_rate
(Number)segment
(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.metric_goals
Required:
desired_change
(String)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)online_ab_config
Optional:
control_treatment_name
(String)treatment_weights
(Attributes Set) (see below for nested schema)online_ab_config.treatment_weights
Required:
split_weight
(Number)treatment
(String)treatments
Required:
feature
(String)treatment_name
(String)variation
(String)Optional:
description
(String)running_status
Optional:
analysis_complete_time
(String) Provide the analysis Completion time for an experimentdesired_state
(String) Provide CANCELLED or COMPLETED desired state when stopping an experimentreason
(String) Reason is a required input for stopping the experimentstatus
(String) Provide START or STOP action to apply on an experimenttags
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_experiment.example <resource ID>