Class CfnAutomationRule.SeverityUpdateProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.securityhub.CfnAutomationRule.SeverityUpdateProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAutomationRule.SeverityUpdateProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAutomationRule.SeverityUpdateProperty
@Stability(Stable)
@Internal
public static final class CfnAutomationRule.SeverityUpdateProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAutomationRule.SeverityUpdateProperty
An implementation for
CfnAutomationRule.SeverityUpdateProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.securityhub.CfnAutomationRule.SeverityUpdateProperty
CfnAutomationRule.SeverityUpdateProperty.Builder, CfnAutomationRule.SeverityUpdateProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAutomationRule.SeverityUpdateProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringgetLabel()The severity value of the finding.final NumberThe normalized severity for the finding.final NumberThe native severity as defined by the AWS service or integrated partner product that generated the finding.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnAutomationRule.SeverityUpdateProperty.Builder.
-
-
Method Details
-
getLabel
Description copied from interface:CfnAutomationRule.SeverityUpdatePropertyThe severity value of the finding. The allowed values are the following.INFORMATIONAL- No issue was found.LOW- The issue does not require action on its own.MEDIUM- The issue must be addressed but not urgently.HIGH- The issue must be addressed as a priority.CRITICAL- The issue must be remediated immediately to avoid it escalating.
- Specified by:
getLabelin interfaceCfnAutomationRule.SeverityUpdateProperty- See Also:
-
getNormalized
Description copied from interface:CfnAutomationRule.SeverityUpdatePropertyThe normalized severity for the finding. This attribute is to be deprecated in favor ofLabel.If you provide
Normalizedand don't provideLabel,Labelis set automatically as follows.- 0 -
INFORMATIONAL - 1–39 -
LOW - 40–69 -
MEDIUM - 70–89 -
HIGH - 90–100 -
CRITICAL
- Specified by:
getNormalizedin interfaceCfnAutomationRule.SeverityUpdateProperty- See Also:
- 0 -
-
getProduct
Description copied from interface:CfnAutomationRule.SeverityUpdatePropertyThe native severity as defined by the AWS service or integrated partner product that generated the finding.- Specified by:
getProductin interfaceCfnAutomationRule.SeverityUpdateProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-