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

AddPermissionInput

import type { AddPermissionInput } from "https://aws-api.deno.dev/v0.3/services/sns.ts?docs=full";
interface AddPermissionInput {
ActionName: string[];
AWSAccountId: string[];
Label: string;
TopicArn: string;
}

§Properties

§
ActionName: string[]
[src]

The action you want to allow for the specified principal(s).

Valid values: Any Amazon SNS action name, for example Publish.

§
AWSAccountId: string[]
[src]

The Amazon Web Services account IDs of the users (principals) who will be given access to the specified actions. The users must have Amazon Web Services account, but do not need to be signed up for this service.

§
Label: string
[src]

A unique identifier for the new policy statement.

§
TopicArn: string
[src]

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