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

ListAttachedLinksItem

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

A structure that contains information about one link attached to this monitoring account sink.

interface ListAttachedLinksItem {
Label?: string | null;
LinkArn?: string | null;
ResourceTypes?: string[] | null;
}

§Properties

§
Label?: string | null
[src]

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

§
LinkArn?: string | null
[src]

The ARN of the link.

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

The resource types supported by this link.