ImagePipelineImageScanningConfigurationArgs

data class ImagePipelineImageScanningConfigurationArgs(val ecrConfiguration: Output<ImagePipelineEcrConfigurationArgs>? = null, val imageScanningEnabled: Output<Boolean>? = null) : ConvertibleToJava<ImagePipelineImageScanningConfigurationArgs>

Determines if tests should run after building the image. Image Builder defaults to enable tests to run following the image build, before image distribution.

Constructors

constructor(ecrConfiguration: Output<ImagePipelineEcrConfigurationArgs>? = null, imageScanningEnabled: Output<Boolean>? = null)

Properties

Link copied to clipboard

Contains ECR settings for vulnerability scans.

Link copied to clipboard
val imageScanningEnabled: Output<Boolean>? = null

This sets whether Image Builder keeps a snapshot of the vulnerability scans that Amazon Inspector runs against the build instance when you create a new image.

Functions

Link copied to clipboard
open override fun toJava(): ImagePipelineImageScanningConfigurationArgs