Interface CfnRepositoryPropsMixin.ImageScanningConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnRepositoryPropsMixin.ImageScanningConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnRepositoryPropsMixin

@Stability(Stable) public static interface CfnRepositoryPropsMixin.ImageScanningConfigurationProperty extends software.amazon.jsii.JsiiSerializable
The image scanning configuration for a repository.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.ecr.*;
 ImageScanningConfigurationProperty imageScanningConfigurationProperty = ImageScanningConfigurationProperty.builder()
         .scanOnPush(false)
         .build();
 

See Also: