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

UpdatePipeSourceSelfManagedKafkaParameters

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

The parameters for using a self-managed Apache Kafka stream as a source.

interface UpdatePipeSourceSelfManagedKafkaParameters {
BatchSize?: number | null;
MaximumBatchingWindowInSeconds?: number | null;
ServerRootCaCertificate?: string | null;
}

§Properties

§
BatchSize?: number | null
[src]

The maximum number of records to include in each batch.

§

The credentials needed to access the resource.

§
MaximumBatchingWindowInSeconds?: number | null
[src]

The maximum length of a time to wait for events.

§
ServerRootCaCertificate?: string | null
[src]

The ARN of the Secrets Manager secret used for certification.

§

This structure specifies the VPC subnets and security groups for the stream, and whether a public IP address is to be used.