LaunchTemplateBaselineEbsBandwidthMbps

data class LaunchTemplateBaselineEbsBandwidthMbps(val max: Int? = null, val min: Int? = null)

The minimum and maximum baseline bandwidth to Amazon EBS, in Mbps.

Constructors

Link copied to clipboard
fun LaunchTemplateBaselineEbsBandwidthMbps(max: Int? = null, min: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val max: Int? = null

The maximum baseline bandwidth, in Mbps.

Link copied to clipboard
val min: Int? = null

The minimum baseline bandwidth, in Mbps.