Class: Aws::KafkaConnect::Types::ApacheKafkaCluster
- Inherits:
-
Struct
- Object
- Struct
- Aws::KafkaConnect::Types::ApacheKafkaCluster
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafkaconnect/types.rb
Overview
The details 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::Vpc
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.
27 28 29 30 31 32 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 27 class ApacheKafkaCluster < Struct.new( :bootstrap_servers, :vpc) SENSITIVE = [] include Aws::Structure end |
#vpc ⇒ Types::Vpc
Details of an Amazon VPC which has network connectivity to the Apache Kafka cluster.
27 28 29 30 31 32 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 27 class ApacheKafkaCluster < Struct.new( :bootstrap_servers, :vpc) SENSITIVE = [] include Aws::Structure end |