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