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

PutSinkPolicyInput

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

§Properties

§
Policy: string
[src]

The JSON policy to use. If you are updating an existing policy, the entire existing policy is replaced by what you specify here.

The policy must be in JSON string format with quotation marks escaped and no newlines.

For examples of different types of policies, see the Examples section on this page.

§
SinkIdentifier: string
[src]

The ARN of the sink to attach this policy to.