Class: Aws::Kafka::Types::ReplicationTopicNameConfiguration

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

Overview

Configuration for specifying replicated topic names should be the same as their corresponding upstream topics or prefixed with source cluster alias.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#typeString

The type of replicated topic name.

Returns:

  • (String)


3496
3497
3498
3499
3500
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 3496

class ReplicationTopicNameConfiguration < Struct.new(
  :type)
  SENSITIVE = []
  include Aws::Structure
end