AWS::ImageBuilder::ContainerRecipe TargetContainerRepository - AWS CloudFormation

AWS::ImageBuilder::ContainerRecipe TargetContainerRepository

The container repository where the output container image is stored.

Syntax

To declare this entity in your AWS 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