Image Ecr Configuration Args
data class ImageEcrConfigurationArgs(val containerTags: Output<List<String>>? = null, val repositoryName: Output<String>? = null) : ConvertibleToJava<ImageEcrConfigurationArgs>
Settings for Image Builder to configure the ECR repository and output container images that are scanned.
Properties
Link copied to clipboard
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
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.