LaunchTemplateBaselineEbsBandwidthMbps

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

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

Link copied to clipboard
constructor(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. To specify no maximum limit, omit this parameter.

Link copied to clipboard
val min: Int? = null

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