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

DescribePublishingDestinationResponse

import type { DescribePublishingDestinationResponse } from "https://aws-api.deno.dev/v0.4/services/guardduty.ts?docs=full";
interface DescribePublishingDestinationResponse {
DestinationId: string;
DestinationProperties: DestinationProperties;
DestinationType: DestinationType;
PublishingFailureStartTimestamp: number;
}

§Properties

§
DestinationId: string
[src]

The ID of the publishing destination.

§
DestinationProperties: DestinationProperties
[src]

A DestinationProperties object that includes the DestinationArn and KmsKeyArn of the publishing destination.

§
DestinationType: DestinationType
[src]

The type of publishing destination. Currently, only Amazon S3 buckets are supported.

§
PublishingFailureStartTimestamp: number
[src]

The time, in epoch millisecond format, at which GuardDuty was first unable to publish findings to the destination.

§

The status of the publishing destination.