View source: R/ecrpublic_operations.R
ecrpublic_put_repository_catalog_data | R Documentation |
Creates or updates the catalog data for a repository in a public registry.
See https://www.paws-r-sdk.com/docs/ecrpublic_put_repository_catalog_data/ for full documentation.
ecrpublic_put_repository_catalog_data(
registryId = NULL,
repositoryName,
catalogData
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.