Class CfnAutomationRulePropsMixin.SeverityUpdateProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.securityhub.CfnAutomationRulePropsMixin.SeverityUpdateProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAutomationRulePropsMixin.SeverityUpdateProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAutomationRulePropsMixin.SeverityUpdateProperty
@Stability(Stable)
@Internal
public static final class CfnAutomationRulePropsMixin.SeverityUpdateProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAutomationRulePropsMixin.SeverityUpdateProperty
An implementation for
CfnAutomationRulePropsMixin.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.cfnpropertymixins.services.securityhub.CfnAutomationRulePropsMixin.SeverityUpdateProperty
CfnAutomationRulePropsMixin.SeverityUpdateProperty.Builder, CfnAutomationRulePropsMixin.SeverityUpdateProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAutomationRulePropsMixin.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 theCfnAutomationRulePropsMixin.SeverityUpdateProperty.Builder.
-
-
Method Details
-
getLabel
Description copied from interface:CfnAutomationRulePropsMixin.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 interfaceCfnAutomationRulePropsMixin.SeverityUpdateProperty- See Also:
-
getNormalized
Description copied from interface:CfnAutomationRulePropsMixin.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 interfaceCfnAutomationRulePropsMixin.SeverityUpdateProperty- See Also:
- 0 -
-
getProduct
Description copied from interface:CfnAutomationRulePropsMixin.SeverityUpdatePropertyThe native severity as defined by the AWS service or integrated partner product that generated the finding.- Specified by:
getProductin interfaceCfnAutomationRulePropsMixin.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()
-