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/kinesisanalytics.ts?docs=full";

Describes the number of in-application streams to create for a given streaming source. For information about parallelism, see Configuring Application Input.

interface InputParallelism {
Count?: number | null;
}

§Properties

§
Count?: number | null
[src]

Number of in-application streams to create. For more information, see Limits.