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

CreatePublishingDestinationRequest

import type { CreatePublishingDestinationRequest } from "https://aws-api.deno.dev/v0.4/services/guardduty.ts?docs=full";
interface CreatePublishingDestinationRequest {
ClientToken?: string | null;
DestinationProperties: DestinationProperties;
DestinationType: DestinationType;
DetectorId: string;
}

§Properties

§
ClientToken?: string | null
[src]

The idempotency token for the request.

§
DestinationProperties: DestinationProperties
[src]

The properties of the publishing destination, including the ARNs for the destination and the KMS key used for encryption.

§
DestinationType: DestinationType
[src]

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

§
DetectorId: string
[src]

The ID of the GuardDuty detector associated with the publishing destination.