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.



5193
5194
5195
5196
5197
5198
5199
5200
5201
5202
5203
5204
5205
# File 'lib/aws-sdk-kafka/types.rb', line 5193

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

#current_versionString

Current replicator version.

Returns:

  • (String)


5193
5194
5195
5196
5197
5198
5199
5200
5201
5202
5203
5204
5205
# File 'lib/aws-sdk-kafka/types.rb', line 5193

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

#log_deliveryTypes::LogDelivery

Configuration for delivering replicator logs to customer destinations.

Returns:



5193
5194
5195
5196
5197
5198
5199
5200
5201
5202
5203
5204
5205
# File 'lib/aws-sdk-kafka/types.rb', line 5193

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

#replicator_arnString

Returns:

  • (String)


5193
5194
5195
5196
5197
5198
5199
5200
5201
5202
5203
5204
5205
# File 'lib/aws-sdk-kafka/types.rb', line 5193

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

#source_kafka_cluster_arnString

The ARN of the source Kafka cluster.

Returns:

  • (String)


5193
5194
5195
5196
5197
5198
5199
5200
5201
5202
5203
5204
5205
# File 'lib/aws-sdk-kafka/types.rb', line 5193

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

#source_kafka_cluster_idString

The ID of the source Kafka cluster.

Returns:

  • (String)


5193
5194
5195
5196
5197
5198
5199
5200
5201
5202
5203
5204
5205
# File 'lib/aws-sdk-kafka/types.rb', line 5193

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

#target_kafka_cluster_arnString

The ARN of the target Kafka cluster.

Returns:

  • (String)


5193
5194
5195
5196
5197
5198
5199
5200
5201
5202
5203
5204
5205
# File 'lib/aws-sdk-kafka/types.rb', line 5193

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

#target_kafka_cluster_idString

The ID of the target Kafka cluster.

Returns:

  • (String)


5193
5194
5195
5196
5197
5198
5199
5200
5201
5202
5203
5204
5205
# File 'lib/aws-sdk-kafka/types.rb', line 5193

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

#topic_replicationTypes::TopicReplicationUpdate

Updated topic replication information.



5193
5194
5195
5196
5197
5198
5199
5200
5201
5202
5203
5204
5205
# File 'lib/aws-sdk-kafka/types.rb', line 5193

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