This is the new AWS 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 AWS CloudFormation template, use the following syntax:
JSON
{ "RepositoryName" :String, "Service" :String}
YAML
RepositoryName:StringService: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: 1Maximum: 1024Update requires: No interruption 
- Service
- 
                    Specifies the service in which this image was registered. Required: No Type: String Allowed values: ECRUpdate requires: No interruption