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

ProcessingConfiguration

import type { ProcessingConfiguration } from "https://aws-api.deno.dev/v0.4/services/firehose.ts?docs=full";

Describes a data processing configuration.

interface ProcessingConfiguration {
Enabled?: boolean | null;
Processors?: Processor[] | null;
}

§Properties

§
Enabled?: boolean | null
[src]

Enables or disables data processing.

§
Processors?: Processor[] | null
[src]

The data processors.