Class: Aws::Kafka::Types::KafkaCluster
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::KafkaCluster
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Information about Kafka Cluster to be 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.
-
#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.
2119 2120 2121 2122 2123 2124 |
# File 'lib/aws-sdk-kafka/types.rb', line 2119 class KafkaCluster < Struct.new( :amazon_msk_cluster, :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.
2119 2120 2121 2122 2123 2124 |
# File 'lib/aws-sdk-kafka/types.rb', line 2119 class KafkaCluster < Struct.new( :amazon_msk_cluster, :vpc_config) SENSITIVE = [] include Aws::Structure end |