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

UpdatePipeSourceManagedStreamingKafkaParameters

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

The parameters for using an MSK stream as a source.

interface UpdatePipeSourceManagedStreamingKafkaParameters {
BatchSize?: number | null;
Credentials?: MSKAccessCredentials | null;
MaximumBatchingWindowInSeconds?: number | null;
}

§Properties

§
BatchSize?: number | null
[src]

The maximum number of records to include in each batch.

§
Credentials?: MSKAccessCredentials | null
[src]

The credentials needed to access the resource.

§
MaximumBatchingWindowInSeconds?: number | null
[src]

The maximum length of a time to wait for events.