interface AmazonMskClusterProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.MSK.CfnReplicator.AmazonMskClusterProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsmsk#CfnReplicator_AmazonMskClusterProperty |
![]() | software.amazon.awscdk.services.msk.CfnReplicator.AmazonMskClusterProperty |
![]() | aws_cdk.aws_msk.CfnReplicator.AmazonMskClusterProperty |
![]() | aws-cdk-lib » aws_msk » CfnReplicator » 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-lib';
const amazonMskClusterProperty: msk.CfnReplicator.AmazonMskClusterProperty = {
mskClusterArn: 'mskClusterArn',
};
Properties
Name | Type | Description |
---|---|---|
msk | string | The Amazon Resource Name (ARN) of an Amazon MSK cluster. |
mskClusterArn
Type:
string
The Amazon Resource Name (ARN) of an Amazon MSK cluster.