Interface CfnAutomationRuleV2.AutomationRulesFindingFieldsUpdateV2Property
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAutomationRuleV2.AutomationRulesFindingFieldsUpdateV2Property.Jsii$Proxy
- Enclosing class:
CfnAutomationRuleV2
@Stability(Stable)
public static interface CfnAutomationRuleV2.AutomationRulesFindingFieldsUpdateV2Property
extends software.amazon.jsii.JsiiSerializable
Allows you to define the structure for modifying specific fields in security findings.
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.*;
AutomationRulesFindingFieldsUpdateV2Property automationRulesFindingFieldsUpdateV2Property = AutomationRulesFindingFieldsUpdateV2Property.builder()
.comment("comment")
.severityId(123)
.statusId(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnAutomationRuleV2.AutomationRulesFindingFieldsUpdateV2Property -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default StringNotes or contextual information for findings that are modified by the automation rule.default NumberThe severity level to be assigned to findings that match the automation rule criteria.default NumberThe status to be applied to findings that match automation rule criteria.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getComment
Notes or contextual information for findings that are modified by the automation rule.- See Also:
-
getSeverityId
The severity level to be assigned to findings that match the automation rule criteria.- See Also:
-
getStatusId
The status to be applied to findings that match automation rule criteria.- See Also:
-
builder
@Stability(Stable) static CfnAutomationRuleV2.AutomationRulesFindingFieldsUpdateV2Property.Builder builder()
-