RemediationPropertiesFailureThresholdArgs

data class RemediationPropertiesFailureThresholdArgs(val percentage: Output<Double>? = null) : ConvertibleToJava<RemediationPropertiesFailureThresholdArgs>

The remediation failure threshold settings

Constructors

constructor(percentage: Output<Double>? = null)

Properties

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

A number between 0.0 to 1.0 representing the percentage failure threshold. The remediation will fail if the percentage of failed remediation operations (i.e. failed deployments) exceeds this threshold.

Functions

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