Class CfnRepository.ImageScanningConfigurationProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ecr.CfnRepository.ImageScanningConfigurationProperty.Jsii$Proxy
All Implemented Interfaces:
CfnRepository.ImageScanningConfigurationProperty, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnRepository.ImageScanningConfigurationProperty

@Stability(Stable) @Internal public static final class CfnRepository.ImageScanningConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnRepository.ImageScanningConfigurationProperty
  • Constructor Details

  • Method Details

    • getScanOnPush

      public final Object getScanOnPush()
      Description copied from interface: CfnRepository.ImageScanningConfigurationProperty
      The setting that determines whether images are scanned after being pushed to a repository.

      If set to true , images will be scanned after being pushed. If this parameter is not specified, it will default to false and images will not be scanned unless a scan is manually started.

      Specified by:
      getScanOnPush in interface CfnRepository.ImageScanningConfigurationProperty
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object