Class: Aws::Kafka::Types::ReplicationTopicNameConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::ReplicationTopicNameConfiguration
- Includes:
- Structure
- Defined in:
- 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
-
#type ⇒ String
The type of replicated topic name.
Instance Attribute Details
#type ⇒ String
The type of replicated topic name.
3496 3497 3498 3499 3500 |
# File 'lib/aws-sdk-kafka/types.rb', line 3496 class ReplicationTopicNameConfiguration < Struct.new( :type) SENSITIVE = [] include Aws::Structure end |