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

AwsSnsTopicSubscription

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

A wrapper type for the attributes of an Amazon SNS subscription.

interface AwsSnsTopicSubscription {
Endpoint?: string | null;
Protocol?: string | null;
}

§Properties

§
Endpoint?: string | null
[src]

The subscription's endpoint (format depends on the protocol).

§
Protocol?: string | null
[src]

The subscription's protocol.