Class: Aws::Kafka::Types::ReplicationInfoDescription

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kafka/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

Instance Attribute Details

#consumer_group_replicationTypes::ConsumerGroupReplication

Configuration relating to consumer group replication

.



3413
3414
3415
3416
3417
3418
3419
3420
3421
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 3413

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_aliasString

The alias of the source Kafka cluster.

Returns:

  • (String)


3413
3414
3415
3416
3417
3418
3419
3420
3421
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 3413

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_typeString

The compression type to use when producing records to target cluster.

Returns:

  • (String)


3413
3414
3415
3416
3417
3418
3419
3420
3421
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 3413

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_aliasString

The alias of the target Kafka cluster.

Returns:

  • (String)


3413
3414
3415
3416
3417
3418
3419
3420
3421
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 3413

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_replicationTypes::TopicReplication

Configuration relating to topic replication.



3413
3414
3415
3416
3417
3418
3419
3420
3421
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 3413

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