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

GetSinkPolicyOutput

import type { GetSinkPolicyOutput } from "https://aws-api.deno.dev/v0.4/services/oam.ts?docs=full";
interface GetSinkPolicyOutput {
Policy?: string | null;
SinkArn?: string | null;
SinkId?: string | null;
}

§Properties

§
Policy?: string | null
[src]

The policy that you specified, in JSON format.

§
SinkArn?: string | null
[src]

The ARN of the sink.

§
SinkId?: string | null
[src]

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