ImageImageScanningConfigurationEcrConfigurationArgs

data class ImageImageScanningConfigurationEcrConfigurationArgs(val containerTags: Output<List<String>>? = null, val repositoryName: Output<String>? = null) : ConvertibleToJava<ImageImageScanningConfigurationEcrConfigurationArgs>

Constructors

constructor(containerTags: Output<List<String>>? = null, repositoryName: Output<String>? = null)

Properties

Link copied to clipboard
val containerTags: Output<List<String>>? = null

Set of tags for Image Builder to apply to the output container image that that Amazon Inspector scans.

Link copied to clipboard
val repositoryName: Output<String>? = null

The name of the container repository that Amazon Inspector scans to identify findings for your container images.

Functions

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