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

Subscription

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

This data type is used as a response element in the "ListEventSubscriptions" action.

interface Subscription {
eventSubscriptions: EventSubscription[];
resourceArn: string;
topicArn: string;
}

§Properties

§
eventSubscriptions: EventSubscription[]
[src]

The list of existing event subscriptions.

§
resourceArn: string
[src]

The ARN of the assessment template that is used during the event for which the SNS notification is sent.

§
topicArn: string
[src]

The ARN of the Amazon Simple Notification Service (SNS) topic to which the SNS notifications are sent.