Class: Aws::KafkaConnect::Types::ApacheKafkaClusterDescription

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kafkaconnect/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

Instance Attribute Details

#bootstrap_serversString

The bootstrap servers of the cluster.

Returns:

  • (String)


48
49
50
51
52
53
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 48

class ApacheKafkaClusterDescription < Struct.new(
  :bootstrap_servers,
  :vpc)
  SENSITIVE = []
  include Aws::Structure
end

#vpcTypes::VpcDescription

Details of an Amazon VPC which has network connectivity to the Apache Kafka cluster.



48
49
50
51
52
53
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 48

class ApacheKafkaClusterDescription < Struct.new(
  :bootstrap_servers,
  :vpc)
  SENSITIVE = []
  include Aws::Structure
end