Class: Aws::KafkaConnect::Types::DescribeConnectorResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::KafkaConnect::Types::DescribeConnectorResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafkaconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:connector_configuration]
Instance Attribute Summary collapse
-
#capacity ⇒ Types::CapacityDescription
Information about the capacity of the connector, whether it is auto scaled or provisioned.
-
#connector_arn ⇒ String
The Amazon Resource Name (ARN) of the connector.
-
#connector_configuration ⇒ Hash<String,String>
A map of keys to values that represent the configuration for the connector.
-
#connector_description ⇒ String
A summary description of the connector.
-
#connector_name ⇒ String
The name of the connector.
-
#connector_state ⇒ String
The state of the connector.
-
#creation_time ⇒ Time
The time the connector was created.
-
#current_version ⇒ String
The current version of the connector.
-
#kafka_cluster ⇒ Types::KafkaClusterDescription
The Apache Kafka cluster that the connector is connected to.
-
#kafka_cluster_client_authentication ⇒ Types::KafkaClusterClientAuthenticationDescription
The type of client authentication used to connect to the Apache Kafka cluster.
-
#kafka_cluster_encryption_in_transit ⇒ Types::KafkaClusterEncryptionInTransitDescription
Details of encryption in transit to the Apache Kafka cluster.
-
#kafka_connect_version ⇒ String
The version of Kafka Connect.
-
#log_delivery ⇒ Types::LogDeliveryDescription
Details about delivering logs to Amazon CloudWatch Logs.
-
#plugins ⇒ Array<Types::PluginDescription>
Specifies which plugins were used for this connector.
-
#service_execution_role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role used by the connector to access Amazon Web Services resources.
-
#state_description ⇒ Types::StateDescription
Details about the state of a connector.
-
#worker_configuration ⇒ Types::WorkerConfigurationDescription
Specifies which worker configuration was used for the connector.
Instance Attribute Details
#capacity ⇒ Types::CapacityDescription
Information about the capacity of the connector, whether it is auto scaled or provisioned.
1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 1093 class DescribeConnectorResponse < Struct.new( :capacity, :connector_arn, :connector_configuration, :connector_description, :connector_name, :connector_state, :creation_time, :current_version, :kafka_cluster, :kafka_cluster_client_authentication, :kafka_cluster_encryption_in_transit, :kafka_connect_version, :log_delivery, :plugins, :service_execution_role_arn, :worker_configuration, :state_description) SENSITIVE = [:connector_configuration] include Aws::Structure end |
#connector_arn ⇒ String
The Amazon Resource Name (ARN) of the connector.
1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 1093 class DescribeConnectorResponse < Struct.new( :capacity, :connector_arn, :connector_configuration, :connector_description, :connector_name, :connector_state, :creation_time, :current_version, :kafka_cluster, :kafka_cluster_client_authentication, :kafka_cluster_encryption_in_transit, :kafka_connect_version, :log_delivery, :plugins, :service_execution_role_arn, :worker_configuration, :state_description) SENSITIVE = [:connector_configuration] include Aws::Structure end |
#connector_configuration ⇒ Hash<String,String>
A map of keys to values that represent the configuration for the connector.
1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 1093 class DescribeConnectorResponse < Struct.new( :capacity, :connector_arn, :connector_configuration, :connector_description, :connector_name, :connector_state, :creation_time, :current_version, :kafka_cluster, :kafka_cluster_client_authentication, :kafka_cluster_encryption_in_transit, :kafka_connect_version, :log_delivery, :plugins, :service_execution_role_arn, :worker_configuration, :state_description) SENSITIVE = [:connector_configuration] include Aws::Structure end |
#connector_description ⇒ String
A summary description of the connector.
1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 1093 class DescribeConnectorResponse < Struct.new( :capacity, :connector_arn, :connector_configuration, :connector_description, :connector_name, :connector_state, :creation_time, :current_version, :kafka_cluster, :kafka_cluster_client_authentication, :kafka_cluster_encryption_in_transit, :kafka_connect_version, :log_delivery, :plugins, :service_execution_role_arn, :worker_configuration, :state_description) SENSITIVE = [:connector_configuration] include Aws::Structure end |
#connector_name ⇒ String
The name of the connector.
1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 1093 class DescribeConnectorResponse < Struct.new( :capacity, :connector_arn, :connector_configuration, :connector_description, :connector_name, :connector_state, :creation_time, :current_version, :kafka_cluster, :kafka_cluster_client_authentication, :kafka_cluster_encryption_in_transit, :kafka_connect_version, :log_delivery, :plugins, :service_execution_role_arn, :worker_configuration, :state_description) SENSITIVE = [:connector_configuration] include Aws::Structure end |
#connector_state ⇒ String
The state of the connector.
1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 1093 class DescribeConnectorResponse < Struct.new( :capacity, :connector_arn, :connector_configuration, :connector_description, :connector_name, :connector_state, :creation_time, :current_version, :kafka_cluster, :kafka_cluster_client_authentication, :kafka_cluster_encryption_in_transit, :kafka_connect_version, :log_delivery, :plugins, :service_execution_role_arn, :worker_configuration, :state_description) SENSITIVE = [:connector_configuration] include Aws::Structure end |
#creation_time ⇒ Time
The time the connector was created.
1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 1093 class DescribeConnectorResponse < Struct.new( :capacity, :connector_arn, :connector_configuration, :connector_description, :connector_name, :connector_state, :creation_time, :current_version, :kafka_cluster, :kafka_cluster_client_authentication, :kafka_cluster_encryption_in_transit, :kafka_connect_version, :log_delivery, :plugins, :service_execution_role_arn, :worker_configuration, :state_description) SENSITIVE = [:connector_configuration] include Aws::Structure end |
#current_version ⇒ String
The current version of the connector.
1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 1093 class DescribeConnectorResponse < Struct.new( :capacity, :connector_arn, :connector_configuration, :connector_description, :connector_name, :connector_state, :creation_time, :current_version, :kafka_cluster, :kafka_cluster_client_authentication, :kafka_cluster_encryption_in_transit, :kafka_connect_version, :log_delivery, :plugins, :service_execution_role_arn, :worker_configuration, :state_description) SENSITIVE = [:connector_configuration] include Aws::Structure end |
#kafka_cluster ⇒ Types::KafkaClusterDescription
The Apache Kafka cluster that the connector is connected to.
1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 1093 class DescribeConnectorResponse < Struct.new( :capacity, :connector_arn, :connector_configuration, :connector_description, :connector_name, :connector_state, :creation_time, :current_version, :kafka_cluster, :kafka_cluster_client_authentication, :kafka_cluster_encryption_in_transit, :kafka_connect_version, :log_delivery, :plugins, :service_execution_role_arn, :worker_configuration, :state_description) SENSITIVE = [:connector_configuration] include Aws::Structure end |
#kafka_cluster_client_authentication ⇒ Types::KafkaClusterClientAuthenticationDescription
The type of client authentication used to connect to the Apache Kafka cluster. The value is NONE when no client authentication is used.
1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 1093 class DescribeConnectorResponse < Struct.new( :capacity, :connector_arn, :connector_configuration, :connector_description, :connector_name, :connector_state, :creation_time, :current_version, :kafka_cluster, :kafka_cluster_client_authentication, :kafka_cluster_encryption_in_transit, :kafka_connect_version, :log_delivery, :plugins, :service_execution_role_arn, :worker_configuration, :state_description) SENSITIVE = [:connector_configuration] include Aws::Structure end |
#kafka_cluster_encryption_in_transit ⇒ Types::KafkaClusterEncryptionInTransitDescription
Details of encryption in transit to the Apache Kafka cluster.
1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 1093 class DescribeConnectorResponse < Struct.new( :capacity, :connector_arn, :connector_configuration, :connector_description, :connector_name, :connector_state, :creation_time, :current_version, :kafka_cluster, :kafka_cluster_client_authentication, :kafka_cluster_encryption_in_transit, :kafka_connect_version, :log_delivery, :plugins, :service_execution_role_arn, :worker_configuration, :state_description) SENSITIVE = [:connector_configuration] include Aws::Structure end |
#kafka_connect_version ⇒ String
The version of Kafka Connect. It has to be compatible with both the Apache Kafka cluster’s version and the plugins.
1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 1093 class DescribeConnectorResponse < Struct.new( :capacity, :connector_arn, :connector_configuration, :connector_description, :connector_name, :connector_state, :creation_time, :current_version, :kafka_cluster, :kafka_cluster_client_authentication, :kafka_cluster_encryption_in_transit, :kafka_connect_version, :log_delivery, :plugins, :service_execution_role_arn, :worker_configuration, :state_description) SENSITIVE = [:connector_configuration] include Aws::Structure end |
#log_delivery ⇒ Types::LogDeliveryDescription
Details about delivering logs to Amazon CloudWatch Logs.
1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 1093 class DescribeConnectorResponse < Struct.new( :capacity, :connector_arn, :connector_configuration, :connector_description, :connector_name, :connector_state, :creation_time, :current_version, :kafka_cluster, :kafka_cluster_client_authentication, :kafka_cluster_encryption_in_transit, :kafka_connect_version, :log_delivery, :plugins, :service_execution_role_arn, :worker_configuration, :state_description) SENSITIVE = [:connector_configuration] include Aws::Structure end |
#plugins ⇒ Array<Types::PluginDescription>
Specifies which plugins were used for this connector.
1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 1093 class DescribeConnectorResponse < Struct.new( :capacity, :connector_arn, :connector_configuration, :connector_description, :connector_name, :connector_state, :creation_time, :current_version, :kafka_cluster, :kafka_cluster_client_authentication, :kafka_cluster_encryption_in_transit, :kafka_connect_version, :log_delivery, :plugins, :service_execution_role_arn, :worker_configuration, :state_description) SENSITIVE = [:connector_configuration] include Aws::Structure end |
#service_execution_role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role used by the connector to access Amazon Web Services resources.
1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 1093 class DescribeConnectorResponse < Struct.new( :capacity, :connector_arn, :connector_configuration, :connector_description, :connector_name, :connector_state, :creation_time, :current_version, :kafka_cluster, :kafka_cluster_client_authentication, :kafka_cluster_encryption_in_transit, :kafka_connect_version, :log_delivery, :plugins, :service_execution_role_arn, :worker_configuration, :state_description) SENSITIVE = [:connector_configuration] include Aws::Structure end |
#state_description ⇒ Types::StateDescription
Details about the state of a connector.
1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 1093 class DescribeConnectorResponse < Struct.new( :capacity, :connector_arn, :connector_configuration, :connector_description, :connector_name, :connector_state, :creation_time, :current_version, :kafka_cluster, :kafka_cluster_client_authentication, :kafka_cluster_encryption_in_transit, :kafka_connect_version, :log_delivery, :plugins, :service_execution_role_arn, :worker_configuration, :state_description) SENSITIVE = [:connector_configuration] include Aws::Structure end |
#worker_configuration ⇒ Types::WorkerConfigurationDescription
Specifies which worker configuration was used for the connector.
1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 1093 class DescribeConnectorResponse < Struct.new( :capacity, :connector_arn, :connector_configuration, :connector_description, :connector_name, :connector_state, :creation_time, :current_version, :kafka_cluster, :kafka_cluster_client_authentication, :kafka_cluster_encryption_in_transit, :kafka_connect_version, :log_delivery, :plugins, :service_execution_role_arn, :worker_configuration, :state_description) SENSITIVE = [:connector_configuration] include Aws::Structure end |