Class RepositoryEvents.ECRImageScan.ECRImageScanProps.Jsii$Proxy
- All Implemented Interfaces:
RepositoryEvents.ECRImageScan.ECRImageScanProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
RepositoryEvents.ECRImageScan.ECRImageScanProps
RepositoryEvents.ECRImageScan.ECRImageScanProps-
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.ECRImageScanProps
RepositoryEvents.ECRImageScan.ECRImageScanProps.Builder, RepositoryEvents.ECRImageScan.ECRImageScanProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theRepositoryEvents.ECRImageScan.ECRImageScanProps.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 AWSEventMetadataProps(experimental) EventBridge event metadata.(experimental) finding-severity-counts property.(experimental) image-digest property.(experimental) image-tags property.(experimental) repository-name property.(experimental) scan-status 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.ECRImageScanProps.Builder.
-
-
Method Details
-
getEventMetadata
Description copied from interface:RepositoryEvents.ECRImageScan.ECRImageScanProps(experimental) EventBridge event metadata.Default: - -
- Specified by:
getEventMetadatain interfaceRepositoryEvents.ECRImageScan.ECRImageScanProps
-
getFindingSeverityCounts
Description copied from interface:RepositoryEvents.ECRImageScan.ECRImageScanProps(experimental) finding-severity-counts property.Specify an array of string values to match this event if the actual value of finding-severity-counts 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:
getFindingSeverityCountsin interfaceRepositoryEvents.ECRImageScan.ECRImageScanProps
-
getImageDigest
Description copied from interface:RepositoryEvents.ECRImageScan.ECRImageScanProps(experimental) image-digest property.Specify an array of string values to match this event if the actual value of image-digest 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:
getImageDigestin interfaceRepositoryEvents.ECRImageScan.ECRImageScanProps
-
getImageTags
Description copied from interface:RepositoryEvents.ECRImageScan.ECRImageScanProps(experimental) image-tags property.Specify an array of string values to match this event if the actual value of image-tags 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:
getImageTagsin interfaceRepositoryEvents.ECRImageScan.ECRImageScanProps
-
getRepositoryName
Description copied from interface:RepositoryEvents.ECRImageScan.ECRImageScanProps(experimental) repository-name property.Specify an array of string values to match this event if the actual value of repository-name is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Filter with the Repository reference
- Specified by:
getRepositoryNamein interfaceRepositoryEvents.ECRImageScan.ECRImageScanProps
-
getScanStatus
Description copied from interface:RepositoryEvents.ECRImageScan.ECRImageScanProps(experimental) scan-status property.Specify an array of string values to match this event if the actual value of scan-status 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:
getScanStatusin interfaceRepositoryEvents.ECRImageScan.ECRImageScanProps
-
$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()
-