Class: Aws::Kafka::Types::TopicReplication

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

Overview

Details about topic replication.

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)


3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 3712

class TopicReplication < Struct.new(
  :copy_access_control_lists_for_topics,
  :copy_topic_configurations,
  :detect_and_copy_new_topics,
  :starting_position,
  :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)


3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 3712

class TopicReplication < Struct.new(
  :copy_access_control_lists_for_topics,
  :copy_topic_configurations,
  :detect_and_copy_new_topics,
  :starting_position,
  :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)


3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 3712

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

#starting_positionTypes::ReplicationStartingPosition

Configuration for specifying the position in the topics to start replicating from.



3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 3712

class TopicReplication < Struct.new(
  :copy_access_control_lists_for_topics,
  :copy_topic_configurations,
  :detect_and_copy_new_topics,
  :starting_position,
  :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>)


3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 3712

class TopicReplication < Struct.new(
  :copy_access_control_lists_for_topics,
  :copy_topic_configurations,
  :detect_and_copy_new_topics,
  :starting_position,
  :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>)


3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 3712

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