class Aws::KafkaConnect::Types::DescribeConnectorResponse

@!attribute [rw] capacity

Information about the capacity of the connector, whether it is auto
scaled or provisioned.
@return [Types::CapacityDescription]

@!attribute [rw] connector_arn

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

@!attribute [rw] connector_configuration

A map of keys to values that represent the configuration for the
connector.
@return [Hash<String,String>]

@!attribute [rw] connector_description

A summary 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 the connector was created.
@return [Time]

@!attribute [rw] current_version

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

@!attribute [rw] kafka_cluster

The Apache Kafka cluster that the connector is connected to.
@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

Details about delivering 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] state_description

Details about the state of a connector.
@return [Types::StateDescription]

@!attribute [rw] worker_configuration

Specifies which worker configuration was used for the connector.
@return [Types::WorkerConfigurationDescription]

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

Constants

SENSITIVE