Interface CfnConnectorPropsMixin.ScaleInPolicyProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConnectorPropsMixin.ScaleInPolicyProperty.Jsii$Proxy
- Enclosing class:
CfnConnectorPropsMixin
@Stability(Stable)
public static interface CfnConnectorPropsMixin.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.cfnpropertymixins.services.kafkaconnect.*;
ScaleInPolicyProperty scaleInPolicyProperty = ScaleInPolicyProperty.builder()
.cpuUtilizationPercentage(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnConnectorPropsMixin.ScaleInPolicyPropertystatic final classAn implementation forCfnConnectorPropsMixin.ScaleInPolicyProperty -
Method Summary
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
-