interface ReplicationTopicNameConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.MSK.CfnReplicatorPropsMixin.ReplicationTopicNameConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsmsk#CfnReplicatorPropsMixin_ReplicationTopicNameConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.msk.CfnReplicatorPropsMixin.ReplicationTopicNameConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_msk.CfnReplicatorPropsMixin.ReplicationTopicNameConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_msk » 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 { aws_msk as msk } from '@aws-cdk/cfn-property-mixins';
const replicationTopicNameConfigurationProperty: msk.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