Class: Aws::Kafka::Types::KafkaClusterDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::KafkaClusterDescription
- Includes:
- Structure
- Defined in:
- 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
-
#amazon_msk_cluster ⇒ Types::AmazonMskCluster
Details of an Amazon MSK Cluster.
-
#kafka_cluster_alias ⇒ String
The alias of the Kafka cluster.
-
#vpc_config ⇒ Types::KafkaClusterClientVpcConfig
Details of an Amazon VPC which has network connectivity to the Apache Kafka cluster.
Instance Attribute Details
#amazon_msk_cluster ⇒ Types::AmazonMskCluster
Details of an Amazon MSK Cluster.
2293 2294 2295 2296 2297 2298 2299 |
# File 'lib/aws-sdk-kafka/types.rb', line 2293 class KafkaClusterDescription < Struct.new( :amazon_msk_cluster, :kafka_cluster_alias, :vpc_config) SENSITIVE = [] include Aws::Structure end |
#kafka_cluster_alias ⇒ String
The alias of the Kafka cluster. Used to prefix names of replicated topics.
2293 2294 2295 2296 2297 2298 2299 |
# File 'lib/aws-sdk-kafka/types.rb', line 2293 class KafkaClusterDescription < Struct.new( :amazon_msk_cluster, :kafka_cluster_alias, :vpc_config) SENSITIVE = [] include Aws::Structure end |
#vpc_config ⇒ Types::KafkaClusterClientVpcConfig
Details of an Amazon VPC which has network connectivity to the Apache Kafka cluster.
2293 2294 2295 2296 2297 2298 2299 |
# File 'lib/aws-sdk-kafka/types.rb', line 2293 class KafkaClusterDescription < Struct.new( :amazon_msk_cluster, :kafka_cluster_alias, :vpc_config) SENSITIVE = [] include Aws::Structure end |