DeploymentConfigurationValidationPolicyArgs

data class DeploymentConfigurationValidationPolicyArgs(val timeoutInSeconds: Output<Int>? = null) : ConvertibleToJava<DeploymentConfigurationValidationPolicyArgs>

Constructors

constructor(timeoutInSeconds: Output<Int>? = null)

Properties

Link copied to clipboard
val timeoutInSeconds: Output<Int>? = null

The amount of time in seconds that a component can validate its configuration updates. If the validation time exceeds this timeout, then the deployment proceeds for the device. Default: 30

Functions

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