ImageImageScanningConfigurationArgs

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

Constructors

Link copied to clipboard
constructor(ecrConfiguration: Output<ImageImageScanningConfigurationEcrConfigurationArgs>? = null, imageScanningEnabled: Output<Boolean>? = null)

Properties

Link copied to clipboard

Configuration block with ECR configuration. Detailed below.

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

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. Defaults to false.

Functions

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