SpotFleetMonitoringArgs

data class SpotFleetMonitoringArgs(val enabled: Output<Boolean>? = null) : ConvertibleToJava<SpotFleetMonitoringArgs>

Constructors

Link copied to clipboard
fun SpotFleetMonitoringArgs(enabled: Output<Boolean>? = null)

Functions

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

Properties

Link copied to clipboard
val enabled: Output<Boolean>? = null