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

Destination

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

Contains details of the Amazon S3 bucket and KMS key used to export findings.

interface Destination {
bucketName: string;
keyPrefix?: string | null;
kmsKeyArn: string;
}

§Properties

§
bucketName: string
[src]

The name of the Amazon S3 bucket to export findings to.

§
keyPrefix?: string | null
[src]

The prefix of the KMS key used to export findings.

§
kmsKeyArn: string
[src]

The ARN of the KMS key used to encrypt data when exporting findings.