AutoScalingGroupMemoryMiBRequestArgs

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

`MemoryMiBRequest` is a property of the `InstanceRequirements` property of the AWS::AutoScaling::AutoScalingGroup LaunchTemplateOverrides property type that describes the minimum and maximum instance memory size for an instance type, in MiB.

Constructors

Link copied to clipboard
constructor(max: Output<Int>? = null, min: Output<Int>? = null)

Properties

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

The memory maximum in MiB.

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

The memory minimum in MiB.

Functions

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