AWS::ImageBuilder::DistributionConfiguration 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: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.
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