Builder
Properties
A map of keys to values that represent the configuration for the connector.
A summary description of the connector.
The name of the connector.
Specifies which Apache Kafka cluster to connect to.
Details of the client authentication used by the Apache Kafka cluster.
Details of encryption in transit to the Apache Kafka cluster.
The version of Kafka Connect. It has to be compatible with both the Apache Kafka cluster's version and the plugins.
Details about log delivery.
The Amazon Resource Name (ARN) of the IAM role used by the connector to access the Amazon Web Services resources that it needs. The types of resources depends on the logic of the connector. For example, a connector that has Amazon S3 as a destination must have permissions that allow it to write to the S3 destination bucket.
Specifies which worker configuration to use with the connector.
Functions
construct an aws.sdk.kotlin.services.kafkaconnect.model.Capacity inside the given block
construct an aws.sdk.kotlin.services.kafkaconnect.model.KafkaCluster inside the given block
construct an aws.sdk.kotlin.services.kafkaconnect.model.KafkaClusterClientAuthentication inside the given block
construct an aws.sdk.kotlin.services.kafkaconnect.model.KafkaClusterEncryptionInTransit inside the given block
construct an aws.sdk.kotlin.services.kafkaconnect.model.LogDelivery inside the given block
construct an aws.sdk.kotlin.services.kafkaconnect.model.WorkerConfiguration inside the given block