View a markdown version of this page

AWS::ImageBuilder::ImagePipeline EcrConfiguration - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::ImageBuilder::ImagePipeline EcrConfiguration

Settings that Image Builder uses to configure the ECR repository and the output container images that Amazon Inspector scans.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "ContainerTags" : [ String, ... ], "RepositoryName" : String }

YAML

ContainerTags: - String RepositoryName: String

Properties

ContainerTags

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

Required: No

Type: Array of String

Update requires: No interruption

RepositoryName

The name of the container repository where Image Builder pushes the container image for the vulnerability scan. Provide the repository name only (a namespace path is allowed, but not the registry hostname); the repository must already exist in your account. If you don't specify a repository name, Image Builder creates the default repository image-builder-image-scanning-repository in your account.

Required: No

Type: String

Minimum: 1

Maximum: 1024

Update requires: No interruption