Class: Aws::Kafka::Types::UpdateReplicationInfoRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::UpdateReplicationInfoRequest
- 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
-
#consumer_group_replication ⇒ Types::ConsumerGroupReplicationUpdate
Updated consumer group replication information.
-
#current_version ⇒ String
Current replicator version.
-
#log_delivery ⇒ Types::LogDelivery
Configuration for delivering replicator logs to customer destinations.
- #replicator_arn ⇒ String
-
#source_kafka_cluster_arn ⇒ String
The ARN of the source Kafka cluster.
-
#source_kafka_cluster_id ⇒ String
The ID of the source Kafka cluster.
-
#target_kafka_cluster_arn ⇒ String
The ARN of the target Kafka cluster.
-
#target_kafka_cluster_id ⇒ String
The ID of the target Kafka cluster.
-
#topic_replication ⇒ Types::TopicReplicationUpdate
Updated topic replication information.
Instance Attribute Details
#consumer_group_replication ⇒ Types::ConsumerGroupReplicationUpdate
Updated consumer group replication information.
5170 5171 5172 5173 5174 5175 5176 5177 5178 5179 5180 5181 5182 |
# File 'lib/aws-sdk-kafka/types.rb', line 5170 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_version ⇒ String
Current replicator version.
5170 5171 5172 5173 5174 5175 5176 5177 5178 5179 5180 5181 5182 |
# File 'lib/aws-sdk-kafka/types.rb', line 5170 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_delivery ⇒ Types::LogDelivery
Configuration for delivering replicator logs to customer destinations.
5170 5171 5172 5173 5174 5175 5176 5177 5178 5179 5180 5181 5182 |
# File 'lib/aws-sdk-kafka/types.rb', line 5170 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_arn ⇒ String
5170 5171 5172 5173 5174 5175 5176 5177 5178 5179 5180 5181 5182 |
# File 'lib/aws-sdk-kafka/types.rb', line 5170 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_arn ⇒ String
The ARN of the source Kafka cluster.
5170 5171 5172 5173 5174 5175 5176 5177 5178 5179 5180 5181 5182 |
# File 'lib/aws-sdk-kafka/types.rb', line 5170 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_id ⇒ String
The ID of the source Kafka cluster.
5170 5171 5172 5173 5174 5175 5176 5177 5178 5179 5180 5181 5182 |
# File 'lib/aws-sdk-kafka/types.rb', line 5170 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_arn ⇒ String
The ARN of the target Kafka cluster.
5170 5171 5172 5173 5174 5175 5176 5177 5178 5179 5180 5181 5182 |
# File 'lib/aws-sdk-kafka/types.rb', line 5170 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_id ⇒ String
The ID of the target Kafka cluster.
5170 5171 5172 5173 5174 5175 5176 5177 5178 5179 5180 5181 5182 |
# File 'lib/aws-sdk-kafka/types.rb', line 5170 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_replication ⇒ Types::TopicReplicationUpdate
Updated topic replication information.
5170 5171 5172 5173 5174 5175 5176 5177 5178 5179 5180 5181 5182 |
# File 'lib/aws-sdk-kafka/types.rb', line 5170 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 |