interface ReplicatorReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.MSK.ReplicatorReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsmsk#ReplicatorReference |
Java | software.amazon.awscdk.interfaces.msk.ReplicatorReference |
Python | aws_cdk.interfaces.aws_msk.ReplicatorReference |
TypeScript | aws-cdk-lib » interfaces » aws_msk » ReplicatorReference |
A reference to a Replicator resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_msk as interfaces_aws_msk } from 'aws-cdk-lib/interfaces';
const replicatorReference: interfaces_aws_msk.ReplicatorReference = {
replicatorArn: 'replicatorArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| replicator | string | The ReplicatorArn of the Replicator resource. |
replicatorArn
Type:
string
The ReplicatorArn of the Replicator resource.

.NET
Go
Java
Python
TypeScript