AutomationRuleWorkflowUpdateArgs

data class AutomationRuleWorkflowUpdateArgs(val status: Output<AutomationRuleWorkflowUpdateStatus>) : ConvertibleToJava<AutomationRuleWorkflowUpdateArgs>

Used to update information about the investigation into the finding.

Constructors

Link copied to clipboard
constructor(status: Output<AutomationRuleWorkflowUpdateStatus>)

Properties

Link copied to clipboard

The status of the investigation into the finding. The workflow status is specific to an individual finding. It does not affect the generation of new findings. For example, setting the workflow status to `SUPPRESSED` or `RESOLVED` does not prevent a new finding for the same issue. The allowed values are the following.

Functions

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