ConnectorSummary - Amazon MSK Connect
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

ConnectorSummary

Summary of a connector.

Contents

capacity

The connector's compute capacity settings.

Type: CapacityDescription object

Required: No

connectorArn

The Amazon Resource Name (ARN) of the connector.

Type: String

Required: No

connectorDescription

The description of the connector.

Type: String

Required: No

connectorName

The name of the connector.

Type: String

Required: No

connectorState

The state of the connector.

Type: String

Valid Values: RUNNING | CREATING | UPDATING | DELETING | FAILED

Required: No

creationTime

The time that the connector was created.

Type: Timestamp

Required: No

currentVersion

The current version of the connector.

Type: String

Required: No

kafkaCluster

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

Type: KafkaClusterDescription object

Required: No

kafkaClusterClientAuthentication

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

Type: KafkaClusterClientAuthenticationDescription object

Required: No

kafkaClusterEncryptionInTransit

Details of encryption in transit to the Apache Kafka cluster.

Type: KafkaClusterEncryptionInTransitDescription object

Required: No

kafkaConnectVersion

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

Type: String

Required: No

logDelivery

The settings for delivering connector logs to Amazon CloudWatch Logs.

Type: LogDeliveryDescription object

Required: No

networkType

The network type of the connector. It gives connectors connectivity to either IPv4 (IPV4) or IPv4 and IPv6 (DUAL) destinations. Defaults to IPV4.

Type: String

Valid Values: IPV4 | DUAL

Required: No

plugins

Specifies which plugins were used for this connector.

Type: Array of PluginDescription objects

Required: No

serviceExecutionRoleArn

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

Type: String

Required: No

workerConfiguration

The worker configurations that are in use with the connector.

Type: WorkerConfigurationDescription object

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: