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

CreateConnectorResponse

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

§Properties

§
connectorArn?: string | null
[src]

The Amazon Resource Name (ARN) that Amazon assigned to the connector.

§
connectorName?: string | null
[src]

The name of the connector.

§
connectorState?: ConnectorState | null
[src]

The state of the connector.