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

DatasetContentDeliveryRule

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

When dataset contents are created, they are delivered to destination specified here.

interface DatasetContentDeliveryRule {
entryName?: string | null;
}

§Properties

§

The destination to which dataset contents are delivered.

§
entryName?: string | null
[src]

The name of the dataset content delivery rules entry.