AWS::ECR::PublicRepository RepositoryCatalogData - 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::ECR::PublicRepository RepositoryCatalogData

The details about the repository that are publicly visible in the Amazon ECR Public Gallery. For more information, see Amazon ECR Public repository catalog data in the Amazon ECR Public User Guide.

Syntax

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

JSON

{ "AboutText" : String, "Architectures" : [ String, ... ], "OperatingSystems" : [ String, ... ], "RepositoryDescription" : String, "UsageText" : String }

YAML

AboutText: String Architectures: - String OperatingSystems: - String RepositoryDescription: String UsageText: String

Properties

AboutText

The longform description of the contents of the repository. This text appears in the repository details on the Amazon ECR Public Gallery.

Required: No

Type: String

Maximum: 10240

Update requires: No interruption

Architectures

The architecture tags that are associated with the repository.

Required: No

Type: Array of String

Maximum: 50

Update requires: No interruption

OperatingSystems

The operating system tags that are associated with the repository.

Required: No

Type: Array of String

Maximum: 50

Update requires: No interruption

RepositoryDescription

The short description of the repository.

Required: No

Type: String

Maximum: 1024

Update requires: No interruption

UsageText

The longform usage details of the contents of the repository. The usage text provides context for users of the repository.

Required: No

Type: String

Maximum: 10240

Update requires: No interruption