AutoScalingGroupBaselineEbsBandwidthMbpsRequestArgs

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

`BaselineEbsBandwidthMbpsRequest` is a property of the `InstanceRequirements` property of the AWS::AutoScaling::AutoScalingGroup LaunchTemplateOverrides property type that describes the minimum and maximum baseline bandwidth performance for an instance type, in Mbps.

Constructors

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

Properties

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

The maximum value in Mbps.

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

The minimum value in Mbps.

Functions

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