JobEventTriggerConfigScaleRule

data class JobEventTriggerConfigScaleRule(val authentications: List<JobEventTriggerConfigScaleRuleAuthentication>? = null, val customRuleType: String, val metadata: Map<String, String>, val name: String)

Constructors

Link copied to clipboard
constructor(authentications: List<JobEventTriggerConfigScaleRuleAuthentication>? = null, customRuleType: String, metadata: Map<String, String>, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A authentication block as defined below.

Link copied to clipboard

Type of the scale rule.

Link copied to clipboard

Metadata properties to describe the scale rule.

Link copied to clipboard

Name of the scale rule.