Deployment Io TJob Abort Criteria Args
data class DeploymentIoTJobAbortCriteriaArgs(val action: Output<DeploymentIoTJobAbortCriteriaAction>, val failureType: Output<DeploymentIoTJobAbortCriteriaFailureType>, val minNumberOfExecutedThings: Output<Int>, val thresholdPercentage: Output<Double>) : ConvertibleToJava<DeploymentIoTJobAbortCriteriaArgs>
Constructors
Link copied to clipboard
fun DeploymentIoTJobAbortCriteriaArgs(action: Output<DeploymentIoTJobAbortCriteriaAction>, failureType: Output<DeploymentIoTJobAbortCriteriaFailureType>, minNumberOfExecutedThings: Output<Int>, thresholdPercentage: Output<Double>)