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

ItemValue

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

Describes a related item.

interface ItemValue {
arn?: string | null;
metricDefinition?: string | null;
pagerDutyIncidentDetail?: PagerDutyIncidentDetail | null;
url?: string | null;
}

§Properties

§
arn?: string | null
[src]

The Amazon Resource Name (ARN) of the related item, if the related item is an Amazon resource.

§
metricDefinition?: string | null
[src]

The metric definition, if the related item is a metric in Amazon CloudWatch.

§
pagerDutyIncidentDetail?: PagerDutyIncidentDetail | null
[src]

Details about an incident that is associated with a PagerDuty incident.

§
url?: string | null
[src]

The URL, if the related item is a non-Amazon Web Services resource.