Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-replicator-replicationtopicnameconfiguration.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-replicator-replicationtopicnameconfiguration.html#cfn-msk-replicator-replicationtopicnameconfiguration-type

Back to top Generated by DocFX