AWS::ImageBuilder::DistributionConfiguration TargetContainerRepository - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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::DistributionConfiguration TargetContainerRepository

The container repository where the output container image is stored.

Syntax

To declare this entity in your 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. For example, <repository location url>/repository_name.

Required: No

Type: String

Minimum: 1

Maximum: 1024

Update requires: No interruption

Service

Specifies the service in which this image was registered.

Required: No

Type: String

Allowed values: ECR

Update requires: No interruption