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

AwsSnsTopicDetails

import type { AwsSnsTopicDetails } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/securityhub.ts";
interface AwsSnsTopicDetails {
KmsMasterKeyId?: string | null;
Owner?: string | null;
Subscription?: AwsSnsTopicSubscription[] | null;
TopicName?: string | null;
}

§Properties

§
KmsMasterKeyId?: string | null
[src]
§
Owner?: string | null
[src]
§
Subscription?: AwsSnsTopicSubscription[] | null
[src]
§
TopicName?: string | null
[src]