Class: Aws::KafkaConnect::Types::ApacheKafkaClusterDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::KafkaConnect::Types::ApacheKafkaClusterDescription
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafkaconnect/types.rb
Overview
The description of the Apache Kafka cluster to which the connector is connected.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bootstrap_servers ⇒ String
The bootstrap servers of the cluster.
-
#vpc ⇒ Types::VpcDescription
Details of an Amazon VPC which has network connectivity to the Apache Kafka cluster.
Instance Attribute Details
#bootstrap_servers ⇒ String
The bootstrap servers of the cluster.
48 49 50 51 52 53 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 48 class ApacheKafkaClusterDescription < Struct.new( :bootstrap_servers, :vpc) SENSITIVE = [] include Aws::Structure end |
#vpc ⇒ Types::VpcDescription
Details of an Amazon VPC which has network connectivity to the Apache Kafka cluster.
48 49 50 51 52 53 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 48 class ApacheKafkaClusterDescription < Struct.new( :bootstrap_servers, :vpc) SENSITIVE = [] include Aws::Structure end |