Class CfnConnector.ScaleInPolicyProperty
The scale-in policy for the connector.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.KafkaConnect
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnConnector.ScaleInPolicyProperty : CfnConnector.IScaleInPolicyProperty
Syntax (vb)
Public Class CfnConnector.ScaleInPolicyProperty Implements CfnConnector.IScaleInPolicyProperty
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 scaleInPolicyProperty = new ScaleInPolicyProperty {
CpuUtilizationPercentage = 123
};
Synopsis
Constructors
ScaleInPolicyProperty() | The scale-in policy for the connector. |
Properties
CpuUtilizationPercentage | Specifies the CPU utilization percentage threshold at which you want connector scale in to be triggered. |
Constructors
ScaleInPolicyProperty()
The scale-in policy for the connector.
public ScaleInPolicyProperty()
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 scaleInPolicyProperty = new ScaleInPolicyProperty {
CpuUtilizationPercentage = 123
};
Properties
CpuUtilizationPercentage
Specifies the CPU utilization percentage threshold at which you want connector scale in to be triggered.
public double CpuUtilizationPercentage { get; set; }