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

DatasetContentDeliveryDestination

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

The destination to which dataset contents are delivered.

interface DatasetContentDeliveryDestination {
iotEventsDestinationConfiguration?: IotEventsDestinationConfiguration | null;
s3DestinationConfiguration?: S3DestinationConfiguration | null;
}

§Properties

§
iotEventsDestinationConfiguration?: IotEventsDestinationConfiguration | null
[src]

Configuration information for delivery of dataset contents to IoT Events.

§
s3DestinationConfiguration?: S3DestinationConfiguration | null
[src]

Configuration information for delivery of dataset contents to Amazon S3.