Class: Aws::Kafka::Types::UpdateReplicationInfoRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kafka/types.rb

Overview

Parameters for updating replication information between source and target Kafka clusters of a replicator.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#consumer_group_replicationTypes::ConsumerGroupReplicationUpdate

Updated consumer group replication information.



4602
4603
4604
4605
4606
4607
4608
4609
4610
4611
# File 'lib/aws-sdk-kafka/types.rb', line 4602

class UpdateReplicationInfoRequest < Struct.new(
  :consumer_group_replication,
  :current_version,
  :replicator_arn,
  :source_kafka_cluster_arn,
  :target_kafka_cluster_arn,
  :topic_replication)
  SENSITIVE = []
  include Aws::Structure
end

#current_versionString

Current replicator version.



4602
4603
4604
4605
4606
4607
4608
4609
4610
4611
# File 'lib/aws-sdk-kafka/types.rb', line 4602

class UpdateReplicationInfoRequest < Struct.new(
  :consumer_group_replication,
  :current_version,
  :replicator_arn,
  :source_kafka_cluster_arn,
  :target_kafka_cluster_arn,
  :topic_replication)
  SENSITIVE = []
  include Aws::Structure
end

#replicator_arnString



4602
4603
4604
4605
4606
4607
4608
4609
4610
4611
# File 'lib/aws-sdk-kafka/types.rb', line 4602

class UpdateReplicationInfoRequest < Struct.new(
  :consumer_group_replication,
  :current_version,
  :replicator_arn,
  :source_kafka_cluster_arn,
  :target_kafka_cluster_arn,
  :topic_replication)
  SENSITIVE = []
  include Aws::Structure
end

#source_kafka_cluster_arnString

The ARN of the source Kafka cluster.



4602
4603
4604
4605
4606
4607
4608
4609
4610
4611
# File 'lib/aws-sdk-kafka/types.rb', line 4602

class UpdateReplicationInfoRequest < Struct.new(
  :consumer_group_replication,
  :current_version,
  :replicator_arn,
  :source_kafka_cluster_arn,
  :target_kafka_cluster_arn,
  :topic_replication)
  SENSITIVE = []
  include Aws::Structure
end

#target_kafka_cluster_arnString

The ARN of the target Kafka cluster.



4602
4603
4604
4605
4606
4607
4608
4609
4610
4611
# File 'lib/aws-sdk-kafka/types.rb', line 4602

class UpdateReplicationInfoRequest < Struct.new(
  :consumer_group_replication,
  :current_version,
  :replicator_arn,
  :source_kafka_cluster_arn,
  :target_kafka_cluster_arn,
  :topic_replication)
  SENSITIVE = []
  include Aws::Structure
end

#topic_replicationTypes::TopicReplicationUpdate

Updated topic replication information.



4602
4603
4604
4605
4606
4607
4608
4609
4610
4611
# File 'lib/aws-sdk-kafka/types.rb', line 4602

class UpdateReplicationInfoRequest < Struct.new(
  :consumer_group_replication,
  :current_version,
  :replicator_arn,
  :source_kafka_cluster_arn,
  :target_kafka_cluster_arn,
  :topic_replication)
  SENSITIVE = []
  include Aws::Structure
end