CreateConnectorRequest

Types

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

Properties

Link copied to clipboard

Information about the capacity allocated to the connector. Exactly one of the two properties must be specified.

Link copied to clipboard

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

Link copied to clipboard

A summary description of the connector.

Link copied to clipboard

The name of the connector.

Link copied to clipboard

Specifies which Apache Kafka cluster to connect to.

Link copied to clipboard

Details of the client authentication used by the Apache Kafka cluster.

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

Details about log delivery.

Link copied to clipboard

Amazon MSK Connect does not currently support specifying multiple plugins as a list. To use more than one plugin for your connector, you can create a single custom plugin using a ZIP file that bundles multiple plugins together.

Link copied to clipboard

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.

Link copied to clipboard

The tags you want to attach to the connector.

Link copied to clipboard

Specifies which worker configuration to use with the connector.

Functions

Link copied to clipboard
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