Class: Aws::Types::TopicReplication

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#copy_access_control_lists_for_topicsBoolean

Returns the value of attribute copy_access_control_lists_for_topics.

Returns:

  • (Boolean)


1437
1438
1439
# File 'sig/types.rbs', line 1437

def copy_access_control_lists_for_topics
  @copy_access_control_lists_for_topics
end

#copy_topic_configurationsBoolean

Returns the value of attribute copy_topic_configurations.

Returns:

  • (Boolean)


1438
1439
1440
# File 'sig/types.rbs', line 1438

def copy_topic_configurations
  @copy_topic_configurations
end

#detect_and_copy_new_topicsBoolean

Returns the value of attribute detect_and_copy_new_topics.

Returns:

  • (Boolean)


1439
1440
1441
# File 'sig/types.rbs', line 1439

def detect_and_copy_new_topics
  @detect_and_copy_new_topics
end

#starting_positionTypes::ReplicationStartingPosition

Returns the value of attribute starting_position.



1440
1441
1442
# File 'sig/types.rbs', line 1440

def starting_position
  @starting_position
end

#topic_name_configurationTypes::ReplicationTopicNameConfiguration

Returns the value of attribute topic_name_configuration.



1441
1442
1443
# File 'sig/types.rbs', line 1441

def topic_name_configuration
  @topic_name_configuration
end

#topics_to_exclude::Array[::String]

Returns the value of attribute topics_to_exclude.

Returns:

  • (::Array[::String])


1442
1443
1444
# File 'sig/types.rbs', line 1442

def topics_to_exclude
  @topics_to_exclude
end

#topics_to_replicate::Array[::String]

Returns the value of attribute topics_to_replicate.

Returns:

  • (::Array[::String])


1443
1444
1445
# File 'sig/types.rbs', line 1443

def topics_to_replicate
  @topics_to_replicate
end