@Stability(value=Stable)
public static interface CfnConnector.ScaleInPolicyProperty
extends software.amazon.jsii.JsiiSerializable
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() |
Number |
getCpuUtilizationPercentage()
Specifies the CPU utilization percentage threshold at which you want connector scale in to be triggered.
|
@Stability(value=Stable) @NotNull Number getCpuUtilizationPercentage()
@Stability(value=Stable) static CfnConnector.ScaleInPolicyProperty.Builder builder()
Copyright © 2022. All rights reserved.