Interface CfnReplicator.ReplicationTopicNameConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnReplicator.ReplicationTopicNameConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnReplicator

@Stability(Stable) public static interface CfnReplicator.ReplicationTopicNameConfigurationProperty extends software.amazon.jsii.JsiiSerializable
Configuration for specifying replicated topic names will be the same as their corresponding upstream topics or prefixed with source cluster alias.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.msk.*;
 ReplicationTopicNameConfigurationProperty replicationTopicNameConfigurationProperty = ReplicationTopicNameConfigurationProperty.builder()
         .type("type")
         .build();
 

See Also: