Interface CfnReplicatorPropsMixin.IReplicationTopicNameConfigurationProperty
Configuration for specifying replicated topic names will be the same as their corresponding upstream topics or prefixed with source cluster alias.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.MSK
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnReplicatorPropsMixin.IReplicationTopicNameConfigurationProperty
Syntax (vb)
Public Interface CfnReplicatorPropsMixin.IReplicationTopicNameConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.MSK;
var replicationTopicNameConfigurationProperty = new ReplicationTopicNameConfigurationProperty {
Type = "type"
};
Synopsis
Properties
| Type | The type of replication topic name configuration, identical to upstream topic name or prefixed with source cluster alias. |
Properties
Type
The type of replication topic name configuration, identical to upstream topic name or prefixed with source cluster alias.
string? Type { get; }