aws-cdk-lib.aws_msk.CfnCluster.ConfigurationInfoProperty

interface ConfigurationInfoProperty

LanguageType name
.NETAmazon.CDK.AWS.MSK.CfnCluster.ConfigurationInfoProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsmsk#CfnCluster_ConfigurationInfoProperty
Javasoftware.amazon.awscdk.services.msk.CfnCluster.ConfigurationInfoProperty
Pythonaws_cdk.aws_msk.CfnCluster.ConfigurationInfoProperty
TypeScript aws-cdk-lib » aws_msk » CfnCluster » ConfigurationInfoProperty

Specifies the configuration to use for the brokers.

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 configurationInfoProperty: msk.CfnCluster.ConfigurationInfoProperty = {
  arn: 'arn',
  revision: 123,
};

Properties

NameTypeDescription
arnstringARN of the configuration to use.
revisionnumberThe revision of the configuration to use.

arn

Type: string

ARN of the configuration to use.


revision

Type: number

The revision of the configuration to use.