class Aws::KafkaConnect::Types::ConnectorSummary

Summary of a connector.

@!attribute [rw] capacity

The connector's compute capacity settings.
@return [Types::CapacityDescription]

@!attribute [rw] connector_arn

The Amazon Resource Name (ARN) of the connector.
@return [String]

@!attribute [rw] connector_description

The description of the connector.
@return [String]

@!attribute [rw] connector_name

The name of the connector.
@return [String]

@!attribute [rw] connector_state

The state of the connector.
@return [String]

@!attribute [rw] creation_time

The time that the connector was created.
@return [Time]

@!attribute [rw] current_version

The current version of the connector.
@return [String]

@!attribute [rw] kafka_cluster

The details of the Apache Kafka cluster to which the connector is
connected.
@return [Types::KafkaClusterDescription]

@!attribute [rw] kafka_cluster_client_authentication

The type of client authentication used to connect to the Apache
Kafka cluster. The value is NONE when no client authentication is
used.
@return [Types::KafkaClusterClientAuthenticationDescription]

@!attribute [rw] kafka_cluster_encryption_in_transit

Details of encryption in transit to the Apache Kafka cluster.
@return [Types::KafkaClusterEncryptionInTransitDescription]

@!attribute [rw] kafka_connect_version

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

@!attribute [rw] log_delivery

The settings for delivering connector logs to Amazon CloudWatch
Logs.
@return [Types::LogDeliveryDescription]

@!attribute [rw] plugins

Specifies which plugins were used for this connector.
@return [Array<Types::PluginDescription>]

@!attribute [rw] service_execution_role_arn

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

@!attribute [rw] worker_configuration

The worker configurations that are in use with the connector.
@return [Types::WorkerConfigurationDescription]

@see docs.aws.amazon.com/goto/WebAPI/kafkaconnect-2021-09-14/ConnectorSummary AWS API Documentation

Constants

SENSITIVE