Interface RepositoryEvents.ECRImageScan.FindingSeverityCounts
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
RepositoryEvents.ECRImageScan.FindingSeverityCounts.Jsii$Proxy
- Enclosing class:
RepositoryEvents.ECRImageScan
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.mixins.preview.services.ecr.events.*;
FindingSeverityCounts findingSeverityCounts = FindingSeverityCounts.builder()
.critical(List.of("critical"))
.high(List.of("high"))
.informational(List.of("informational"))
.low(List.of("low"))
.medium(List.of("medium"))
.undefined(List.of("undefined"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forRepositoryEvents.ECRImageScan.FindingSeverityCountsstatic final classAn implementation forRepositoryEvents.ECRImageScan.FindingSeverityCounts -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCritical
(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
-
getHigh
(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
-
getInformational
(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
-
getLow
(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
-
getMedium
(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
-
getUndefined
(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
-
builder
@Stability(Experimental) static RepositoryEvents.ECRImageScan.FindingSeverityCounts.Builder builder()
-