Class CfnClusterPropsMixin.RebalancingProperty
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.MSK
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnClusterPropsMixin.RebalancingProperty : CfnClusterPropsMixin.IRebalancingProperty
Syntax (vb)
Public Class CfnClusterPropsMixin.RebalancingProperty Implements CfnClusterPropsMixin.IRebalancingProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.MSK;
var rebalancingProperty = new RebalancingProperty {
Status = "status"
};
Synopsis
Constructors
| RebalancingProperty() |
Properties
| Status |
Constructors
RebalancingProperty()
public RebalancingProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.MSK;
var rebalancingProperty = new RebalancingProperty {
Status = "status"
};
Properties
Status
public string? Status { get; set; }