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.
3708 3709 3710 3711 3712 |
# File 'lib/aws-sdk-kafka/types.rb', line 3708 class ReplicationTopicNameConfiguration < Struct.new( :type) SENSITIVE = [] include Aws::Structure end |