Class: Aws::Kafka::Types::ConsumerGroupReplicationUpdate

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

Overview

Details about consumer group replication.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#consumer_groups_to_excludeArray<String>

List of regular expression patterns indicating the consumer groups that should not be replicated.

Returns:

  • (Array<String>)


948
949
950
951
952
953
954
955
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 948

class ConsumerGroupReplicationUpdate < Struct.new(
  :consumer_groups_to_exclude,
  :consumer_groups_to_replicate,
  :detect_and_copy_new_consumer_groups,
  :synchronise_consumer_group_offsets)
  SENSITIVE = []
  include Aws::Structure
end

#consumer_groups_to_replicateArray<String>

List of regular expression patterns indicating the consumer groups to copy.

Returns:

  • (Array<String>)


948
949
950
951
952
953
954
955
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 948

class ConsumerGroupReplicationUpdate < Struct.new(
  :consumer_groups_to_exclude,
  :consumer_groups_to_replicate,
  :detect_and_copy_new_consumer_groups,
  :synchronise_consumer_group_offsets)
  SENSITIVE = []
  include Aws::Structure
end

#detect_and_copy_new_consumer_groupsBoolean

Enables synchronization of consumer groups to target cluster.

Returns:

  • (Boolean)


948
949
950
951
952
953
954
955
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 948

class ConsumerGroupReplicationUpdate < Struct.new(
  :consumer_groups_to_exclude,
  :consumer_groups_to_replicate,
  :detect_and_copy_new_consumer_groups,
  :synchronise_consumer_group_offsets)
  SENSITIVE = []
  include Aws::Structure
end

#synchronise_consumer_group_offsetsBoolean

Enables synchronization of consumer group offsets to target cluster. The translated offsets will be written to topic __consumer_offsets.

Returns:

  • (Boolean)


948
949
950
951
952
953
954
955
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 948

class ConsumerGroupReplicationUpdate < Struct.new(
  :consumer_groups_to_exclude,
  :consumer_groups_to_replicate,
  :detect_and_copy_new_consumer_groups,
  :synchronise_consumer_group_offsets)
  SENSITIVE = []
  include Aws::Structure
end