Class CfnImage.ImageScanningConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.imagebuilder.CfnImage.ImageScanningConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnImage.ImageScanningConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnImage.ImageScanningConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnImage.ImageScanningConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnImage.ImageScanningConfigurationProperty
An implementation for
CfnImage.ImageScanningConfigurationProperty-
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.services.imagebuilder.CfnImage.ImageScanningConfigurationProperty
CfnImage.ImageScanningConfigurationProperty.Builder, CfnImage.ImageScanningConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnImage.ImageScanningConfigurationProperty.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 ObjectContains Amazon ECR settings for vulnerability scans.final ObjectA setting that indicates whether Image Builder keeps a snapshot of the vulnerability scans that Amazon Inspector runs against the build instance when you create a new image.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 theCfnImage.ImageScanningConfigurationProperty.Builder.
-
-
Method Details
-
getEcrConfiguration
Description copied from interface:CfnImage.ImageScanningConfigurationPropertyContains Amazon ECR settings for vulnerability scans.Returns union: either
IResolvableorCfnImage.EcrConfigurationProperty- Specified by:
getEcrConfigurationin interfaceCfnImage.ImageScanningConfigurationProperty- See Also:
-
getImageScanningEnabled
Description copied from interface:CfnImage.ImageScanningConfigurationPropertyA setting that indicates whether Image Builder keeps a snapshot of the vulnerability scans that Amazon Inspector runs against the build instance when you create a new image.Returns union: either
BooleanorIResolvable- Specified by:
getImageScanningEnabledin interfaceCfnImage.ImageScanningConfigurationProperty- 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()
-