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

UnsubscribeFromEventRequest

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

§Properties

§

The event for which you want to stop receiving SNS notifications.

§
resourceArn: string
[src]

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

§
topicArn: string
[src]

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