AutoScalingGroupTotalLocalStorageGbRequestArgs

data class AutoScalingGroupTotalLocalStorageGbRequestArgs(val max: Output<Double>? = null, val min: Output<Double>? = null) : ConvertibleToJava<AutoScalingGroupTotalLocalStorageGbRequestArgs>

`TotalLocalStorageGBRequest` is a property of the `InstanceRequirements` property of the AWS::AutoScaling::AutoScalingGroup LaunchTemplateOverrides property type that describes the minimum and maximum total local storage size for an instance type, in GB.

Constructors

constructor(max: Output<Double>? = null, min: Output<Double>? = null)

Properties

Link copied to clipboard
val max: Output<Double>? = null

The storage maximum in GB.

Link copied to clipboard
val min: Output<Double>? = null

The storage minimum in GB.

Functions

Link copied to clipboard
open override fun toJava(): AutoScalingGroupTotalLocalStorageGbRequestArgs