Interface CfnConnector.ScaleInPolicyProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConnector.ScaleInPolicyProperty.Jsii$Proxy
- Enclosing class:
CfnConnector
@Stability(Stable)
public static interface CfnConnector.ScaleInPolicyProperty
extends software.amazon.jsii.JsiiSerializable
The scale-in policy for the connector.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.kafkaconnect.*;
ScaleInPolicyProperty scaleInPolicyProperty = ScaleInPolicyProperty.builder()
.cpuUtilizationPercentage(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnConnector.ScaleInPolicyPropertystatic final classAn implementation forCfnConnector.ScaleInPolicyProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Specifies the CPU utilization percentage threshold at which you want connector scale in to be triggered.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCpuUtilizationPercentage
Specifies the CPU utilization percentage threshold at which you want connector scale in to be triggered.- See Also:
-
builder
-