public static interface CfnConnector.ScaleInPolicyProperty
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();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnConnector.ScaleInPolicyProperty.Builder
A builder for
CfnConnector.ScaleInPolicyProperty |
static class |
CfnConnector.ScaleInPolicyProperty.Jsii$Proxy
An implementation for
CfnConnector.ScaleInPolicyProperty |
Modifier and Type | Method and Description |
---|---|
static CfnConnector.ScaleInPolicyProperty.Builder |
builder() |
java.lang.Number |
getCpuUtilizationPercentage()
Specifies the CPU utilization percentage threshold at which you want connector scale in to be triggered.
|
java.lang.Number getCpuUtilizationPercentage()
static CfnConnector.ScaleInPolicyProperty.Builder builder()