@aws-cdk_aws-msk-alpha.ClusterConfigurationInfo

interface ClusterConfigurationInfo ๐Ÿ”น

LanguageType name
.NETAmazon.CDK.AWS.MSK.Alpha.ClusterConfigurationInfo
Gogithub.com/aws/aws-cdk-go/awscdkmskalpha/v2#ClusterConfigurationInfo
Javasoftware.amazon.awscdk.services.msk.alpha.ClusterConfigurationInfo
Pythonaws_cdk.aws_msk_alpha.ClusterConfigurationInfo
TypeScript (source)@aws-cdk/aws-msk-alpha ยป 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_alpha from '@aws-cdk/aws-msk-alpha';
const clusterConfigurationInfo: msk_alpha.ClusterConfigurationInfo = {
  arn: 'arn',
  revision: 123,
};

Properties

NameTypeDescription
arn๐Ÿ”นstringThe Amazon Resource Name (ARN) of the MSK configuration to use.
revision๐Ÿ”นnumberThe 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.