interface RebalancingProperty LanguageType name .NETAmazon.CDK.AWS.MSK.CfnCluster.RebalancingProperty Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsmsk#CfnCluster_RebalancingProperty Javasoftware.amazon.awscdk.services.msk.CfnCluster.RebalancingProperty Pythonaws_cdk.aws_msk.CfnCluster.RebalancingProperty TypeScript aws-cdk-lib » aws_msk » CfnCluster » RebalancingProperty See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-rebalancing.html 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 rebalancingProperty: msk.CfnCluster.RebalancingProperty = { status: 'status', }; Properties NameTypeDescription statusstring status Type: string See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-rebalancing.html#cfn-msk-cluster-rebalancing-status