interface ClusterConfigurationInfo
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.MSK.ClusterConfigurationInfo | 
|  Java | software.amazon.awscdk.services.msk.ClusterConfigurationInfo | 
|  Python | aws_cdk.aws_msk.ClusterConfigurationInfo | 
|  TypeScript (source) | @aws-cdk/aws-msk»ClusterConfigurationInfo | 
The Amazon MSK configuration to use for the cluster.
Note: There is currently no Cloudformation Resource to create a Configuration
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as msk from '@aws-cdk/aws-msk';
const clusterConfigurationInfo: msk.ClusterConfigurationInfo = {
  arn: 'arn',
  revision: 123,
};
Properties
| Name | Type | Description | 
|---|---|---|
| arn | string | The Amazon Resource Name (ARN) of the MSK configuration to use. | 
| revision | number | The revision of the Amazon MSK configuration to use. | 
arn
Type:
string
The Amazon Resource Name (ARN) of the MSK configuration to use.
For example, arn:aws:kafka:us-east-1:123456789012:configuration/example-configuration-name/abcdabcd-1234-abcd-1234-abcd123e8e8e-1.
revision
Type:
number
The revision of the Amazon MSK configuration to use.
