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

CreateTopicResponse

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

Response from CreateTopic action.

interface CreateTopicResponse {
TopicArn?: string | null;
}

§Properties

§
TopicArn?: string | null
[src]

The Amazon Resource Name (ARN) assigned to the created topic.