Class: Aws::KafkaConnect::Types::ApacheKafkaCluster

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

Instance Attribute Details

#bootstrap_serversString

The bootstrap servers of the cluster.

Returns:

  • (String)


27
28
29
30
31
32
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 27

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

#vpcTypes::Vpc

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

Returns:



27
28
29
30
31
32
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 27

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