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.4/services/guardduty.ts?docs=full";

Contains information about the publishing destination, including the ID, type, and status.

interface Destination {
DestinationId: string;
DestinationType: DestinationType;
}

§Properties

§
DestinationId: string
[src]

The unique ID of the publishing destination.

§
DestinationType: DestinationType
[src]

The type of resource used for the publishing destination. Currently, only Amazon S3 buckets are supported.

§

The status of the publishing destination.