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

ProcessorParameter

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

Describes the processor parameter.

interface ProcessorParameter {
ParameterName: ProcessorParameterName;
ParameterValue: string;
}

§Properties

§

The name of the parameter. Currently the following default values are supported: 3 for NumberOfRetries and 60 for the BufferIntervalInSeconds. The BufferSizeInMBs ranges between 0.2 MB and up to 3MB. The default buffering hint is 1MB for all destinations, except Splunk. For Splunk, the default buffering hint is 256 KB.

§
ParameterValue: string
[src]

The parameter value.