Interface CfnAutomationRule.WorkflowUpdateProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnAutomationRule.WorkflowUpdateProperty.Jsii$Proxy
Enclosing class:
CfnAutomationRule

@Stability(Stable) public static interface CfnAutomationRule.WorkflowUpdateProperty extends software.amazon.jsii.JsiiSerializable
Used to update information about the investigation into the finding.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.securityhub.*;
 WorkflowUpdateProperty workflowUpdateProperty = WorkflowUpdateProperty.builder()
         .status("status")
         .build();
 

See Also: