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

CreateLinkOutput

import type { CreateLinkOutput } from "https://aws-api.deno.dev/v0.4/services/oam.ts?docs=full";
interface CreateLinkOutput {
Arn?: string | null;
Id?: string | null;
Label?: string | null;
LabelTemplate?: string | null;
ResourceTypes?: string[] | null;
SinkArn?: string | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
Arn?: string | null
[src]

The ARN of the link that is newly created.

§
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 you assigned to this link. If the labelTemplate includes variables, this field displays the variables resolved to their actual values.

§
LabelTemplate?: string | null
[src]

The exact label template that you specified, with the variables not resolved.

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

The resource types supported by this link.

§
SinkArn?: string | null
[src]

The ARN of the sink that is used for this link.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

The tags assigned to the link.