class Aws::ECRPublic::Types::RepositoryCatalogDataInput

An object containing the catalog data for a repository. This data is publicly visible in the Amazon ECR Public Gallery.

@note When making an API call, you may pass RepositoryCatalogDataInput

data as a hash:

    {
      description: "RepositoryDescription",
      architectures: ["Architecture"],
      operating_systems: ["OperatingSystem"],
      logo_image_blob: "data",
      about_text: "AboutText",
      usage_text: "UsageText",
    }

@!attribute [rw] description

A short description of the contents of the repository. This text
appears in both the image details and also when searching for
repositories on the Amazon ECR Public Gallery.
@return [String]

@!attribute [rw] architectures

The system architecture that the images in the repository are
compatible with. On the Amazon ECR Public Gallery, the following
supported architectures will appear as badges on the repository and
are used as search filters.

* `Linux`

* `Windows`

<note markdown="1"> If an unsupported tag is added to your repository catalog data, it
will be associated with the repository and can be retrieved using
the API but will not be discoverable in the Amazon ECR Public
Gallery.

 </note>
@return [Array<String>]

@!attribute [rw] operating_systems

The operating systems that the images in the repository are
compatible with. On the Amazon ECR Public Gallery, the following
supported operating systems will appear as badges on the repository
and are used as search filters.

* `ARM`

* `ARM 64`

* `x86`

* `x86-64`

<note markdown="1"> If an unsupported tag is added to your repository catalog data, it
will be associated with the repository and can be retrieved using
the API but will not be discoverable in the Amazon ECR Public
Gallery.

 </note>
@return [Array<String>]

@!attribute [rw] logo_image_blob

The base64-encoded repository logo payload.

<note markdown="1"> The repository logo is only publicly visible in the Amazon ECR
Public Gallery for verified accounts.

 </note>
@return [String]

@!attribute [rw] about_text

A detailed description of the contents of the repository. It is
publicly visible in the Amazon ECR Public Gallery. The text must be
in markdown format.
@return [String]

@!attribute [rw] usage_text

Detailed information on how to use the contents of the repository.
It is publicly visible in the Amazon ECR Public Gallery. The usage
text provides context, support information, and additional usage
details for users of the repository. The text must be in markdown
format.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/ecr-public-2020-10-30/RepositoryCatalogDataInput AWS API Documentation

Constants

SENSITIVE