ImagePipelineEcrConfigurationArgs

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

Settings for Image Builder to configure the ECR repository and output container images that are scanned.

Constructors

Link copied to clipboard
constructor(containerTags: Output<List<String>>? = null, repositoryName: Output<String>? = null)

Properties

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

Tags for Image Builder to apply the output container image that is scanned. Tags can help you identify and manage your scanned images.

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. The name includes the path for the repository location. If you don't provide this information, Image Builder creates a repository in your account named image-builder-image-scanning-repository to use for vulnerability scans for your output container images.

Functions

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