Get Repository Catalog Data
| ecrpublic_get_repository_catalog_data | R Documentation |
Retrieve catalog metadata for a repository in a public registry¶
Description¶
Retrieve catalog metadata for a repository in a public registry. This metadata is displayed publicly in the Amazon ECR Public Gallery.
Usage¶
Arguments¶
registryIdThe Amazon Web Services account ID that's associated with the registry that contains the repositories to be described. If you do not specify a registry, the default public registry is assumed.
repositoryName[required] The name of the repository to retrieve the catalog metadata for.
Value¶
A list with the following syntax:
list(
catalogData = list(
description = "string",
architectures = list(
"string"
),
operatingSystems = list(
"string"
),
logoUrl = "string",
aboutText = "string",
usageText = "string",
marketplaceCertified = TRUE|FALSE
)
)