Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UpdateRumMetricDefinitionRequest

import type { UpdateRumMetricDefinitionRequest } from "https://aws-api.deno.dev/v0.4/services/rum.ts?docs=full";
interface UpdateRumMetricDefinitionRequest {
AppMonitorName: string;
Destination: MetricDestination;
DestinationArn?: string | null;
MetricDefinition: MetricDefinitionRequest;
MetricDefinitionId: string;
}

§Properties

§
AppMonitorName: string
[src]

The name of the CloudWatch RUM app monitor that sends these metrics.

§

The destination to send the metrics to. Valid values are CloudWatch and Evidently. If you specify Evidently, you must also specify the ARN of the CloudWatchEvidently experiment that will receive the metrics and an IAM role that has permission to write to the experiment.

§
DestinationArn?: string | null
[src]

This parameter is required if Destination is Evidently. If Destination is CloudWatch, do not use this parameter.

This parameter specifies the ARN of the Evidently experiment that is to receive the metrics. You must have already defined this experiment as a valid destination. For more information, see PutRumMetricsDestination.

§

A structure that contains the new definition that you want to use for this metric.

§
MetricDefinitionId: string
[src]

The ID of the metric definition to update.