AWS::ImageBuilder::ContainerRecipe TargetContainerRepository - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::ImageBuilder::ContainerRecipe TargetContainerRepository

The container repository where the output container image is stored.

Syntax

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

JSON

{ "RepositoryName" : String, "Service" : String }

YAML

RepositoryName: String Service: String

Properties

RepositoryName

The name of the container repository where the output container image is stored. This name is prefixed by the repository location.

Required: No

Type: String

Minimum: 1

Maximum: 1024

Update requires: Replacement

Service

Specifies the service in which this image was registered.

Required: No

Type: String

Allowed values: ECR

Update requires: Replacement