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

GetTopicAttributesInput

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

Input for GetTopicAttributes action.

interface GetTopicAttributesInput {
TopicArn: string;
}

§Properties

§
TopicArn: string
[src]

The ARN of the topic whose properties you want to get.