interface ReplicationTopicNameConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.MSK.Mixins.CfnReplicatorPropsMixin.ReplicationTopicNameConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsmsk/mixins#CfnReplicatorPropsMixin_ReplicationTopicNameConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.msk.mixins.CfnReplicatorPropsMixin.ReplicationTopicNameConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_msk.mixins.CfnReplicatorPropsMixin.ReplicationTopicNameConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_msk » mixins » CfnReplicatorPropsMixin » ReplicationTopicNameConfigurationProperty |
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 { mixins as msk_mixins } from '@aws-cdk/mixins-preview/aws-msk';
const replicationTopicNameConfigurationProperty: msk_mixins.CfnReplicatorPropsMixin.ReplicationTopicNameConfigurationProperty = {
type: 'type',
};
Properties
| Name | Type | Description |
|---|---|---|
| type? | string | The type of replication topic name configuration, identical to upstream topic name or prefixed with source cluster alias. |
type?
Type:
string
(optional)
The type of replication topic name configuration, identical to upstream topic name or prefixed with source cluster alias.

.NET
Go
Java
Python
TypeScript