@aws-sdk/client-kafkaconnect

DescribeConnectorResponse Interface

Members

Name
Type
Details
capacity CapacityDescription | undefined

Information about the capacity of the connector, whether it is auto scaled or provisioned.

connectorArn string | undefined

The Amazon Resource Name (ARN) of the connector.

connectorConfiguration Record<string, string> | undefined

A map of keys to values that represent the configuration for the connector.

connectorDescription string | undefined

A summary description of the connector.

connectorName string | undefined

The name of the connector.

connectorState ConnectorState | undefined

The state of the connector.

creationTime Date | undefined

The time the connector was created.

currentVersion string | undefined

The current version of the connector.

kafkaCluster KafkaClusterDescription | undefined

The Apache Kafka cluster that the connector is connected to.

kafkaClusterClientAuthentication KafkaClusterClientAuthenticationDescription | undefined

The type of client authentication used to connect to the Apache Kafka cluster. The value is NONE when no client authentication is used.

kafkaClusterEncryptionInTransit KafkaClusterEncryptionInTransitDescription | undefined

Details of encryption in transit to the Apache Kafka cluster.

kafkaConnectVersion string | undefined

The version of Kafka Connect. It has to be compatible with both the Apache Kafka cluster's version and the plugins.

logDelivery LogDeliveryDescription | undefined

Details about delivering logs to Amazon CloudWatch Logs.

plugins PluginDescription[] | undefined

Specifies which plugins were used for this connector.

serviceExecutionRoleArn string | undefined

The Amazon Resource Name (ARN) of the IAM role used by the connector to access Amazon Web Services resources.

stateDescription StateDescription | undefined

Details about the state of a connector.

workerConfiguration WorkerConfigurationDescription | undefined

Specifies which worker configuration was used for the connector.

Full Signature

export interface DescribeConnectorResponse