Interface CfnConnector.ScaleOutPolicyProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConnector.ScaleOutPolicyProperty.Jsii$Proxy
- Enclosing class:
- CfnConnector
@Stability(Stable)
public static interface CfnConnector.ScaleOutPolicyProperty
extends software.amazon.jsii.JsiiSerializable
The scale-out 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.*;
ScaleOutPolicyProperty scaleOutPolicyProperty = ScaleOutPolicyProperty.builder()
.cpuUtilizationPercentage(123)
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnConnector.ScaleOutPolicyPropertystatic final classAn implementation forCfnConnector.ScaleOutPolicyProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The CPU utilization percentage threshold at which you want connector scale out to be triggered.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCpuUtilizationPercentage
The CPU utilization percentage threshold at which you want connector scale out to be triggered. -
builder
-