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

UpdateConnectorResponse

import type { UpdateConnectorResponse } from "https://aws-api.deno.dev/v0.3/services/kafkaconnect.ts?docs=full";
interface UpdateConnectorResponse {
connectorArn?: string | null;
connectorState?: ConnectorState | null;
}

§Properties

§
connectorArn?: string | null
[src]

The Amazon Resource Name (ARN) of the connector.

§
connectorState?: ConnectorState | null
[src]

The state of the connector.