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

SubscribeToEventRequest

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

§Properties

§

The event for which you want to receive SNS notifications.

§
resourceArn: string
[src]

The ARN of the assessment template that is used during the event for which you want to receive SNS notifications.

§
topicArn: string
[src]

The ARN of the SNS topic to which the SNS notifications are sent.