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

InputParallelismUpdate

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

Provides updates to the parallelism count.

interface InputParallelismUpdate {
CountUpdate?: number | null;
}

§Properties

§
CountUpdate?: number | null
[src]

Number of in-application streams to create for the specified streaming source.