class Aws::CloudWatchEvidently::Types::MetricMonitorConfig

A structure that defines a metric to be used to monitor performance of the variations during a launch.

@note When making an API call, you may pass MetricMonitorConfig

data as a hash:

    {
      metric_definition: { # required
        entity_id_key: "JsonPath", # required
        event_pattern: "MetricDefinitionConfigEventPatternString",
        name: "CwDimensionSafeName", # required
        unit_label: "MetricUnitLabel",
        value_key: "JsonPath", # required
      },
    }

@!attribute [rw] metric_definition

A structure that defines the metric.
@return [Types::MetricDefinitionConfig]

@see docs.aws.amazon.com/goto/WebAPI/evidently-2021-02-01/MetricMonitorConfig AWS API Documentation

Constants

SENSITIVE