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

DynamicPartitioningConfiguration

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

The configuration of the dynamic partitioning mechanism that creates smaller data sets from the streaming data by partitioning it based on partition keys. Currently, dynamic partitioning is only supported for Amazon S3 destinations.

interface DynamicPartitioningConfiguration {
Enabled?: boolean | null;
RetryOptions?: RetryOptions | null;
}

§Properties

§
Enabled?: boolean | null
[src]

Specifies that the dynamic partitioning is enabled for this Kinesis Data Firehose delivery stream.

§
RetryOptions?: RetryOptions | null
[src]

The retry behavior in case Kinesis Data Firehose is unable to deliver data to an Amazon S3 prefix.