ImagePipelineImageScanningConfiguration

data class ImagePipelineImageScanningConfiguration(val ecrConfiguration: ImagePipelineImageScanningConfigurationEcrConfiguration? = null, val imageScanningEnabled: Boolean? = null)

Constructors

Link copied to clipboard
constructor(ecrConfiguration: ImagePipelineImageScanningConfigurationEcrConfiguration? = null, imageScanningEnabled: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Configuration block with ECR configuration for image scanning. Detailed below.

Link copied to clipboard

Whether image scans are enabled. Defaults to false.