@Stability(value=Stable)
public static interface CfnAutoScalingGroup.TotalLocalStorageGBRequestProperty
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.autoscaling.*;
TotalLocalStorageGBRequestProperty totalLocalStorageGBRequestProperty = TotalLocalStorageGBRequestProperty.builder()
.max(123)
.min(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnAutoScalingGroup.TotalLocalStorageGBRequestProperty.Builder
A builder for
CfnAutoScalingGroup.TotalLocalStorageGBRequestProperty |
static class |
CfnAutoScalingGroup.TotalLocalStorageGBRequestProperty.Jsii$Proxy
An implementation for
CfnAutoScalingGroup.TotalLocalStorageGBRequestProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnAutoScalingGroup.TotalLocalStorageGBRequestProperty.Builder |
builder() |
default Number |
getMax()
The storage maximum in GB.
|
default Number |
getMin()
The storage minimum in GB.
|
@Stability(value=Stable) @Nullable default Number getMax()
@Stability(value=Stable) @Nullable default Number getMin()
@Stability(value=Stable) static CfnAutoScalingGroup.TotalLocalStorageGBRequestProperty.Builder builder()
Copyright © 2022. All rights reserved.