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

RegisterEventTopicRequest

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

Registers a new event topic.

interface RegisterEventTopicRequest {
DirectoryId: string;
TopicName: string;
}

§Properties

§
DirectoryId: string
[src]

The Directory ID that will publish status messages to the Amazon SNS topic.

§
TopicName: string
[src]

The Amazon SNS topic name to which the directory will publish status messages. This Amazon SNS topic must be in the same region as the specified Directory ID.