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

SnsTopicConfiguration

import type { SnsTopicConfiguration } from "https://aws-api.deno.dev/v0.4/services/accessanalyzer.ts?docs=full";

The proposed access control configuration for an Amazon SNS topic. You can propose a configuration for a new Amazon SNS topic or an existing Amazon SNS topic that you own by specifying the policy. If the configuration is for an existing Amazon SNS topic and you do not specify the Amazon SNS policy, then the access preview uses the existing Amazon SNS policy for the topic. If the access preview is for a new resource and you do not specify the policy, then the access preview assumes an Amazon SNS topic without a policy. To propose deletion of an existing Amazon SNS topic policy, you can specify an empty string for the Amazon SNS policy. For more information, see Topic.

interface SnsTopicConfiguration {
topicPolicy?: string | null;
}

§Properties

§
topicPolicy?: string | null
[src]

The JSON policy text that defines who can access an Amazon SNS topic. For more information, see Example cases for Amazon SNS access control in the Amazon SNS Developer Guide.