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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnConnector.ScaleInPolicyProperty
static final class
An 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. -
builder
-