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:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnReplicator.ReplicationTopicNameConfigurationProperty
static final class
An implementation forCfnReplicator.ReplicationTopicNameConfigurationProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getType
The type of replication topic name configuration, identical to upstream topic name or prefixed with source cluster alias.- See Also:
-
builder
-