RemediationPropertiesFailureThresholdArgs

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

The remediation failure threshold settings

Constructors

fun RemediationPropertiesFailureThresholdArgs(percentage: Output<Double>? = null)

Functions

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

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.