LaunchTemplateInstanceRequirementsNetworkBandwidthGbpsArgs

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

Constructors

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

Properties

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

Maximum. Set to 0 to exclude instance types with accelerators.

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

Minimum.

Functions

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