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

GetSinkOutput

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

§Properties

§
Arn?: string | null
[src]

The ARN of the sink.

§
Id?: string | null
[src]

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

§
Name?: string | null
[src]

The name of the sink.

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

The tags assigned to the sink.