Class CfnConnector.ScaleOutPolicyProperty
The scale-out policy for the connector.
Inheritance
System.Object
CfnConnector.ScaleOutPolicyProperty
Implements
Namespace: Amazon.CDK.AWS.KafkaConnect
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ScaleOutPolicyProperty : Object, CfnConnector.IScaleOutPolicyProperty
Syntax (vb)
Public Class ScaleOutPolicyProperty
Inherits Object
Implements CfnConnector.IScaleOutPolicyProperty
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.AWS.KafkaConnect;
var scaleOutPolicyProperty = new ScaleOutPolicyProperty {
CpuUtilizationPercentage = 123
};
Synopsis
Constructors
ScaleOutPolicyProperty() |
Properties
CpuUtilizationPercentage | The CPU utilization percentage threshold at which you want connector scale out to be triggered. |
Constructors
ScaleOutPolicyProperty()
public ScaleOutPolicyProperty()
Properties
CpuUtilizationPercentage
The CPU utilization percentage threshold at which you want connector scale out to be triggered.
public double CpuUtilizationPercentage { get; set; }
Property Value
System.Double