Class: Aws::Types::TopicReplication
- Inherits:
-
Object
- Object
- Aws::Types::TopicReplication
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#copy_access_control_lists_for_topics ⇒ Boolean
Returns the value of attribute copy_access_control_lists_for_topics.
-
#copy_topic_configurations ⇒ Boolean
Returns the value of attribute copy_topic_configurations.
-
#detect_and_copy_new_topics ⇒ Boolean
Returns the value of attribute detect_and_copy_new_topics.
-
#starting_position ⇒ Types::ReplicationStartingPosition
Returns the value of attribute starting_position.
-
#topic_name_configuration ⇒ Types::ReplicationTopicNameConfiguration
Returns the value of attribute topic_name_configuration.
-
#topics_to_exclude ⇒ ::Array[::String]
Returns the value of attribute topics_to_exclude.
-
#topics_to_replicate ⇒ ::Array[::String]
Returns the value of attribute topics_to_replicate.
Instance Attribute Details
#copy_access_control_lists_for_topics ⇒ Boolean
Returns the value of attribute copy_access_control_lists_for_topics.
1398 1399 1400 |
# File 'sig/types.rbs', line 1398 def copy_access_control_lists_for_topics @copy_access_control_lists_for_topics end |
#copy_topic_configurations ⇒ Boolean
Returns the value of attribute copy_topic_configurations.
1399 1400 1401 |
# File 'sig/types.rbs', line 1399 def copy_topic_configurations @copy_topic_configurations end |
#detect_and_copy_new_topics ⇒ Boolean
Returns the value of attribute detect_and_copy_new_topics.
1400 1401 1402 |
# File 'sig/types.rbs', line 1400 def detect_and_copy_new_topics @detect_and_copy_new_topics end |
#starting_position ⇒ Types::ReplicationStartingPosition
Returns the value of attribute starting_position.
1401 1402 1403 |
# File 'sig/types.rbs', line 1401 def starting_position @starting_position end |
#topic_name_configuration ⇒ Types::ReplicationTopicNameConfiguration
Returns the value of attribute topic_name_configuration.
1402 1403 1404 |
# File 'sig/types.rbs', line 1402 def topic_name_configuration @topic_name_configuration end |
#topics_to_exclude ⇒ ::Array[::String]
Returns the value of attribute topics_to_exclude.
1403 1404 1405 |
# File 'sig/types.rbs', line 1403 def topics_to_exclude @topics_to_exclude end |
#topics_to_replicate ⇒ ::Array[::String]
Returns the value of attribute topics_to_replicate.
1404 1405 1406 |
# File 'sig/types.rbs', line 1404 def topics_to_replicate @topics_to_replicate end |