ConnectorSummary

Summary of a connector.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The connector's compute capacity settings.

Link copied to clipboard

The Amazon Resource Name (ARN) of the connector.

Link copied to clipboard

The description of the connector.

Link copied to clipboard

The name of the connector.

Link copied to clipboard

The state of the connector.

Link copied to clipboard

The time that the connector was created.

Link copied to clipboard

The current version of the connector.

Link copied to clipboard

The details of the Apache Kafka cluster to which the connector is connected.

Link copied to clipboard

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

Link copied to clipboard

Details of encryption in transit to the Apache Kafka cluster.

Link copied to clipboard

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

Link copied to clipboard

The settings for delivering connector logs to Amazon CloudWatch Logs.

Link copied to clipboard

Specifies which plugins were used for this connector.

Link copied to clipboard

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

Link copied to clipboard

The worker configurations that are in use with the connector.

Functions

Link copied to clipboard
inline fun copy(block: ConnectorSummary.Builder.() -> Unit = {}): ConnectorSummary
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String