AutoScalingGroupTotalLocalStorageGbRequest

data class AutoScalingGroupTotalLocalStorageGbRequest(val max: Double? = null, val min: Double? = null)

`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: Double? = null, min: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val max: Double? = null

The storage maximum in GB.

Link copied to clipboard
val min: Double? = null

The storage minimum in GB.