@Stability(value=Stable)
public static interface CfnLayer.AutoScalingThresholdsProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnLayer.AutoScalingThresholdsProperty.Builder
A builder for
CfnLayer.AutoScalingThresholdsProperty |
static class |
CfnLayer.AutoScalingThresholdsProperty.Jsii$Proxy
An implementation for
CfnLayer.AutoScalingThresholdsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnLayer.AutoScalingThresholdsProperty.Builder |
builder() |
default Number |
getCpuThreshold()
`CfnLayer.AutoScalingThresholdsProperty.CpuThreshold`.
|
default Number |
getIgnoreMetricsTime()
`CfnLayer.AutoScalingThresholdsProperty.IgnoreMetricsTime`.
|
default Number |
getInstanceCount()
`CfnLayer.AutoScalingThresholdsProperty.InstanceCount`.
|
default Number |
getLoadThreshold()
`CfnLayer.AutoScalingThresholdsProperty.LoadThreshold`.
|
default Number |
getMemoryThreshold()
`CfnLayer.AutoScalingThresholdsProperty.MemoryThreshold`.
|
default Number |
getThresholdsWaitTime()
`CfnLayer.AutoScalingThresholdsProperty.ThresholdsWaitTime`.
|
@Stability(value=Stable) @Nullable default Number getCpuThreshold()
@Stability(value=Stable) @Nullable default Number getIgnoreMetricsTime()
@Stability(value=Stable) @Nullable default Number getInstanceCount()
@Stability(value=Stable) @Nullable default Number getLoadThreshold()
@Stability(value=Stable) @Nullable default Number getMemoryThreshold()
@Stability(value=Stable) @Nullable default Number getThresholdsWaitTime()
@Stability(value=Stable) static CfnLayer.AutoScalingThresholdsProperty.Builder builder()
Copyright © 2021. All rights reserved.