LaunchTemplateBaselineEbsBandwidthMbpsArgs

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

The minimum and maximum baseline bandwidth to Amazon EBS, in Mbps. For more information, see Amazon EBS–optimized instances in the Amazon EC2 User Guide.

Constructors

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

Properties

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

The maximum baseline bandwidth, in Mbps. To specify no maximum limit, omit this parameter.

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

The minimum baseline bandwidth, in Mbps. To specify no minimum limit, omit this parameter.

Functions

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