Class RepositoryEvents.ECRImageScan.FindingSeverityCounts.Jsii$Proxy
- All Implemented Interfaces:
RepositoryEvents.ECRImageScan.FindingSeverityCounts,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
RepositoryEvents.ECRImageScan.FindingSeverityCounts
RepositoryEvents.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.RepositoryEvents.ECRImageScan.FindingSeverityCounts
RepositoryEvents.ECRImageScan.FindingSeverityCounts.Builder, RepositoryEvents.ECRImageScan.FindingSeverityCounts.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theRepositoryEvents.ECRImageScan.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 theRepositoryEvents.ECRImageScan.FindingSeverityCounts.Builder.
-
-
Method Details
-
getCritical
Description copied from interface:RepositoryEvents.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 interfaceRepositoryEvents.ECRImageScan.FindingSeverityCounts
-
getHigh
Description copied from interface:RepositoryEvents.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 interfaceRepositoryEvents.ECRImageScan.FindingSeverityCounts
-
getInformational
Description copied from interface:RepositoryEvents.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 interfaceRepositoryEvents.ECRImageScan.FindingSeverityCounts
-
getLow
Description copied from interface:RepositoryEvents.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 interfaceRepositoryEvents.ECRImageScan.FindingSeverityCounts
-
getMedium
Description copied from interface:RepositoryEvents.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 interfaceRepositoryEvents.ECRImageScan.FindingSeverityCounts
-
getUndefined
Description copied from interface:RepositoryEvents.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 interfaceRepositoryEvents.ECRImageScan.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()
-