Class ECRImageScan.FindingSeverityCounts.Jsii$Proxy
- All Implemented Interfaces:
ECRImageScan.FindingSeverityCounts,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ECRImageScan.FindingSeverityCounts
ECRImageScan.FindingSeverityCounts-
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.mixins.preview.services.ecr.events.ECRImageScan.FindingSeverityCounts
ECRImageScan.FindingSeverityCounts.Builder, ECRImageScan.FindingSeverityCounts.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theECRImageScan.FindingSeverityCounts.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 boolean(experimental) CRITICAL property.getHigh()(experimental) HIGH property.(experimental) INFORMATIONAL property.getLow()(experimental) LOW property.(experimental) MEDIUM property.(experimental) UNDEFINED property.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 theECRImageScan.FindingSeverityCounts.Builder.
-
-
Method Details
-
getCritical
Description copied from interface:ECRImageScan.FindingSeverityCounts(experimental) CRITICAL property.Specify an array of string values to match this event if the actual value of CRITICAL is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
- Specified by:
getCriticalin interfaceECRImageScan.FindingSeverityCounts
-
getHigh
Description copied from interface:ECRImageScan.FindingSeverityCounts(experimental) HIGH property.Specify an array of string values to match this event if the actual value of HIGH is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
- Specified by:
getHighin interfaceECRImageScan.FindingSeverityCounts
-
getInformational
Description copied from interface:ECRImageScan.FindingSeverityCounts(experimental) INFORMATIONAL property.Specify an array of string values to match this event if the actual value of INFORMATIONAL is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
- Specified by:
getInformationalin interfaceECRImageScan.FindingSeverityCounts
-
getLow
Description copied from interface:ECRImageScan.FindingSeverityCounts(experimental) LOW property.Specify an array of string values to match this event if the actual value of LOW is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
- Specified by:
getLowin interfaceECRImageScan.FindingSeverityCounts
-
getMedium
Description copied from interface:ECRImageScan.FindingSeverityCounts(experimental) MEDIUM property.Specify an array of string values to match this event if the actual value of MEDIUM is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
- Specified by:
getMediumin interfaceECRImageScan.FindingSeverityCounts
-
getUndefined
Description copied from interface:ECRImageScan.FindingSeverityCounts(experimental) UNDEFINED property.Specify an array of string values to match this event if the actual value of UNDEFINED is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
- Specified by:
getUndefinedin interfaceECRImageScan.FindingSeverityCounts
-
$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()
-