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

InputParallelism

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

For a SQL-based Kinesis Data Analytics application, describes the number of in-application streams to create for a given streaming source.

interface InputParallelism {
Count?: number | null;
}

§Properties

§
Count?: number | null
[src]

The number of in-application streams to create.