class Aws::KafkaConnect::Types::ApacheKafkaCluster

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

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

data as a hash:

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

@!attribute [rw] bootstrap_servers

The bootstrap servers of the cluster.
@return [String]

@!attribute [rw] vpc

Details of an Amazon VPC which has network connectivity to the
Apache Kafka cluster.
@return [Types::Vpc]

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

Constants

SENSITIVE