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

UpdateConnectorRequest

import type { UpdateConnectorRequest } from "https://aws-api.deno.dev/v0.3/services/kafkaconnect.ts?docs=full";
interface UpdateConnectorRequest {
capacity: CapacityUpdate;
connectorArn: string;
currentVersion: string;
}

§Properties

§

The target capacity.

§
connectorArn: string
[src]

The Amazon Resource Name (ARN) of the connector that you want to update.

§
currentVersion: string
[src]

The current version of the connector that you want to update.