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();