Put Repository Catalog Data
ecrpublic_put_repository_catalog_data | R Documentation |
Creates or updates the catalog data for a repository in a public registry¶
Description¶
Creates or updates the catalog data for a repository in a public registry.
Usage¶
Arguments¶
registryId
The Amazon Web Services account ID that's associated with the public registry the repository is in. If you do not specify a registry, the default public registry is assumed.
repositoryName
[required] The name of the repository to create or update the catalog data for.
catalogData
[required] An object containing the catalog data for a repository. This data is publicly visible in the Amazon ECR Public Gallery.
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
)
)