interface AmazonMskClusterProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.MSK.CfnReplicatorPropsMixin.AmazonMskClusterProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsmsk#CfnReplicatorPropsMixin_AmazonMskClusterProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.msk.CfnReplicatorPropsMixin.AmazonMskClusterProperty |
Python | aws_cdk.cfn_property_mixins.aws_msk.CfnReplicatorPropsMixin.AmazonMskClusterProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_msk » CfnReplicatorPropsMixin » AmazonMskClusterProperty |
Details of an Amazon MSK Cluster.
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 amazonMskClusterProperty: msk.CfnReplicatorPropsMixin.AmazonMskClusterProperty = {
mskClusterArn: 'mskClusterArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| msk | string | The Amazon Resource Name (ARN) of an Amazon MSK cluster. |
mskClusterArn?
Type:
string
(optional)
The Amazon Resource Name (ARN) of an Amazon MSK cluster.

.NET
Go
Java
Python
TypeScript