interface RebalancingProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MSK.CfnCluster.RebalancingProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsmsk#CfnCluster_RebalancingProperty |
Java | software.amazon.awscdk.services.msk.CfnCluster.RebalancingProperty |
Python | aws_cdk.aws_msk.CfnCluster.RebalancingProperty |
TypeScript | aws-cdk-lib » aws_msk » CfnCluster » RebalancingProperty |
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
| Name | Type | Description |
|---|---|---|
| status | string |
status
Type:
string

.NET
Go
Java
Python
TypeScript