Class: Aws::Kafka::Types::ReplicationInfoDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::ReplicationInfoDescription
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Specifies configuration for replication between a source and target Kafka cluster (sourceKafkaClusterAlias -> targetKafkaClusterAlias)
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#consumer_group_replication ⇒ Types::ConsumerGroupReplication
Configuration relating to consumer group replication.
-
#source_kafka_cluster_alias ⇒ String
The alias of the source Kafka cluster.
-
#target_compression_type ⇒ String
The compression type to use when producing records to target cluster.
-
#target_kafka_cluster_alias ⇒ String
The alias of the target Kafka cluster.
-
#topic_replication ⇒ Types::TopicReplication
Configuration relating to topic replication.
Instance Attribute Details
#consumer_group_replication ⇒ Types::ConsumerGroupReplication
Configuration relating to consumer group replication
.
3442 3443 3444 3445 3446 3447 3448 3449 3450 |
# File 'lib/aws-sdk-kafka/types.rb', line 3442 class ReplicationInfoDescription < Struct.new( :consumer_group_replication, :source_kafka_cluster_alias, :target_compression_type, :target_kafka_cluster_alias, :topic_replication) SENSITIVE = [] include Aws::Structure end |
#source_kafka_cluster_alias ⇒ String
The alias of the source Kafka cluster.
3442 3443 3444 3445 3446 3447 3448 3449 3450 |
# File 'lib/aws-sdk-kafka/types.rb', line 3442 class ReplicationInfoDescription < Struct.new( :consumer_group_replication, :source_kafka_cluster_alias, :target_compression_type, :target_kafka_cluster_alias, :topic_replication) SENSITIVE = [] include Aws::Structure end |
#target_compression_type ⇒ String
The compression type to use when producing records to target cluster.
3442 3443 3444 3445 3446 3447 3448 3449 3450 |
# File 'lib/aws-sdk-kafka/types.rb', line 3442 class ReplicationInfoDescription < Struct.new( :consumer_group_replication, :source_kafka_cluster_alias, :target_compression_type, :target_kafka_cluster_alias, :topic_replication) SENSITIVE = [] include Aws::Structure end |
#target_kafka_cluster_alias ⇒ String
The alias of the target Kafka cluster.
3442 3443 3444 3445 3446 3447 3448 3449 3450 |
# File 'lib/aws-sdk-kafka/types.rb', line 3442 class ReplicationInfoDescription < Struct.new( :consumer_group_replication, :source_kafka_cluster_alias, :target_compression_type, :target_kafka_cluster_alias, :topic_replication) SENSITIVE = [] include Aws::Structure end |
#topic_replication ⇒ Types::TopicReplication
Configuration relating to topic replication.
3442 3443 3444 3445 3446 3447 3448 3449 3450 |
# File 'lib/aws-sdk-kafka/types.rb', line 3442 class ReplicationInfoDescription < Struct.new( :consumer_group_replication, :source_kafka_cluster_alias, :target_compression_type, :target_kafka_cluster_alias, :topic_replication) SENSITIVE = [] include Aws::Structure end |