class Aws::KafkaConnect::Types::KafkaCluster

The details of the Apache Kafka cluster to which the connector is connected.

@note When making an API call, you may pass KafkaCluster

data as a hash:

    {
      apache_kafka_cluster: { # required
        bootstrap_servers: "__string", # required
        vpc: { # required
          security_groups: ["__string"],
          subnets: ["__string"], # required
        },
      },
    }

@!attribute [rw] apache_kafka_cluster

The Apache Kafka cluster to which the connector is connected.
@return [Types::ApacheKafkaCluster]

@see docs.aws.amazon.com/goto/WebAPI/kafkaconnect-2021-09-14/KafkaCluster AWS API Documentation

Constants

SENSITIVE