AutoScalingGroupMemoryGiBPerVCpuRequestArgs

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

`MemoryGiBPerVCpuRequest` is a property of the `InstanceRequirements` property of the AWS::AutoScaling::AutoScalingGroup LaunchTemplateOverrides property type that describes the minimum and maximum amount of memory per vCPU for an instance type, in GiB.

Constructors

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

Properties

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

The memory maximum in GiB.

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

The memory minimum in GiB.

Functions

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