ImageImageScanningConfigurationEcrConfiguration

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val containerTags: 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: String? = null

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