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

For a SQL-based Kinesis Data Analytics application, provides updates to the parallelism count.

interface InputParallelismUpdate {
CountUpdate: number;
}

§Properties

§
CountUpdate: number
[src]

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