Class: Aws::Kafka::Types::TopicReplicationUpdate

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

Overview

Details for updating the topic replication of a replicator.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#copy_access_control_lists_for_topicsBoolean

Whether to periodically configure remote topic ACLs to match their corresponding upstream topics.

Returns:

  • (Boolean)


3779
3780
3781
3782
3783
3784
3785
3786
3787
# File 'lib/aws-sdk-kafka/types.rb', line 3779

class TopicReplicationUpdate < Struct.new(
  :copy_access_control_lists_for_topics,
  :copy_topic_configurations,
  :detect_and_copy_new_topics,
  :topics_to_exclude,
  :topics_to_replicate)
  SENSITIVE = []
  include Aws::Structure
end

#copy_topic_configurationsBoolean

Whether to periodically configure remote topics to match their corresponding upstream topics.

Returns:

  • (Boolean)


3779
3780
3781
3782
3783
3784
3785
3786
3787
# File 'lib/aws-sdk-kafka/types.rb', line 3779

class TopicReplicationUpdate < Struct.new(
  :copy_access_control_lists_for_topics,
  :copy_topic_configurations,
  :detect_and_copy_new_topics,
  :topics_to_exclude,
  :topics_to_replicate)
  SENSITIVE = []
  include Aws::Structure
end

#detect_and_copy_new_topicsBoolean

Whether to periodically check for new topics and partitions.

Returns:

  • (Boolean)


3779
3780
3781
3782
3783
3784
3785
3786
3787
# File 'lib/aws-sdk-kafka/types.rb', line 3779

class TopicReplicationUpdate < Struct.new(
  :copy_access_control_lists_for_topics,
  :copy_topic_configurations,
  :detect_and_copy_new_topics,
  :topics_to_exclude,
  :topics_to_replicate)
  SENSITIVE = []
  include Aws::Structure
end

#topics_to_excludeArray<String>

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

Returns:

  • (Array<String>)


3779
3780
3781
3782
3783
3784
3785
3786
3787
# File 'lib/aws-sdk-kafka/types.rb', line 3779

class TopicReplicationUpdate < Struct.new(
  :copy_access_control_lists_for_topics,
  :copy_topic_configurations,
  :detect_and_copy_new_topics,
  :topics_to_exclude,
  :topics_to_replicate)
  SENSITIVE = []
  include Aws::Structure
end

#topics_to_replicateArray<String>

List of regular expression patterns indicating the topics to copy.

Returns:

  • (Array<String>)


3779
3780
3781
3782
3783
3784
3785
3786
3787
# File 'lib/aws-sdk-kafka/types.rb', line 3779

class TopicReplicationUpdate < Struct.new(
  :copy_access_control_lists_for_topics,
  :copy_topic_configurations,
  :detect_and_copy_new_topics,
  :topics_to_exclude,
  :topics_to_replicate)
  SENSITIVE = []
  include Aws::Structure
end