Class: Aws::Kafka::Types::KafkaClusterDescription

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb

Overview

Information about Kafka Cluster used as source / target for replication.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#amazon_msk_clusterTypes::AmazonMskCluster

Details of an Amazon MSK Cluster.



2143
2144
2145
2146
2147
2148
2149
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2143

class KafkaClusterDescription < Struct.new(
  :amazon_msk_cluster,
  :kafka_cluster_alias,
  :vpc_config)
  SENSITIVE = []
  include Aws::Structure
end

#kafka_cluster_aliasString

The alias of the Kafka cluster. Used to prefix names of replicated topics.

Returns:

  • (String)


2143
2144
2145
2146
2147
2148
2149
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2143

class KafkaClusterDescription < Struct.new(
  :amazon_msk_cluster,
  :kafka_cluster_alias,
  :vpc_config)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_configTypes::KafkaClusterClientVpcConfig

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



2143
2144
2145
2146
2147
2148
2149
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2143

class KafkaClusterDescription < Struct.new(
  :amazon_msk_cluster,
  :kafka_cluster_alias,
  :vpc_config)
  SENSITIVE = []
  include Aws::Structure
end