AWS::MSK::Replicator ReplicationTopicNameConfiguration - AWS CloudFormation

AWS::MSK::Replicator ReplicationTopicNameConfiguration

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

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "Type" : String }

YAML

Type: String

Properties

Type

The type of replication topic name configuration, identical to upstream topic name or prefixed with source cluster alias.

Required: No

Type: String

Allowed values: PREFIXED_WITH_SOURCE_CLUSTER_ALIAS | IDENTICAL

Update requires: No interruption