Interface CfnAutomationRule.SeverityUpdateProperty

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

@Stability(Stable) public static interface CfnAutomationRule.SeverityUpdateProperty extends software.amazon.jsii.JsiiSerializable
Updates to the severity information for a 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.*;
 SeverityUpdateProperty severityUpdateProperty = SeverityUpdateProperty.builder()
         .label("label")
         .normalized(123)
         .product(123)
         .build();
 

See Also: