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

MetricDestinationSummary

import type { MetricDestinationSummary } from "https://aws-api.deno.dev/v0.4/services/rum.ts?docs=full";

A structure that displays information about one destination that CloudWatch RUM sends extended metrics to.

interface MetricDestinationSummary {
Destination?: MetricDestination | null;
DestinationArn?: string | null;
IamRoleArn?: string | null;
}

§Properties

§
Destination?: MetricDestination | null
[src]

Specifies whether the destination is CloudWatch or Evidently.

§
DestinationArn?: string | null
[src]

If the destination is Evidently, this specifies the ARN of the Evidently experiment that receives the metrics.

§
IamRoleArn?: string | null
[src]

This field appears only when the destination is Evidently. It specifies the ARN of the IAM role that is used to write to the Evidently experiment that receives the metrics.