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

RemovePermissionInput

import type { RemovePermissionInput } from "https://aws-api.deno.dev/v0.3/services/sns.ts?docs=full";

Input for RemovePermission action.

interface RemovePermissionInput {
Label: string;
TopicArn: string;
}

§Properties

§
Label: string
[src]

The unique label of the statement you want to remove.

§
TopicArn: string
[src]

The ARN of the topic whose access control policy you wish to modify.