Class: Aws::Kafka::Types::KafkaCluster

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#amazon_msk_clusterTypes::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_configTypes::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