Automation Rule Severity Update Args
data class AutomationRuleSeverityUpdateArgs(val label: Output<AutomationRuleSeverityUpdateLabel>? = null, val normalized: Output<Int>? = null, val product: Output<Double>? = null) : ConvertibleToJava<AutomationRuleSeverityUpdateArgs>
Constructors
Link copied to clipboard
fun AutomationRuleSeverityUpdateArgs(label: Output<AutomationRuleSeverityUpdateLabel>? = null, normalized: Output<Int>? = null, product: Output<Double>? = null)