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.

Constructors

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

Functions

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

Properties

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

The maximum baseline bandwidth, in Mbps.

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

The minimum baseline bandwidth, in Mbps.