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

ListLinksItem

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

A structure that contains information about one of this source account's links to a monitoring account.

interface ListLinksItem {
Arn?: string | null;
Id?: string | null;
Label?: string | null;
ResourceTypes?: string[] | null;
SinkArn?: string | null;
}

§Properties

§
Arn?: string | null
[src]

The ARN of the link.

§
Id?: string | null
[src]

The random ID string that Amazon Web Services generated as part of the link ARN.

§
Label?: string | null
[src]

The label that was assigned to this link at creation, with the variables resolved to their actual values.

§
ResourceTypes?: string[] | null
[src]

The resource types supported by this link.

§
SinkArn?: string | null
[src]

The ARN of the sink that this link is attached to.