ecrpublic_put_repository_catalog_data: Creates or updates the catalog data for a repository in a...

View source: R/ecrpublic_operations.R

ecrpublic_put_repository_catalog_dataR 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.

See https://www.paws-r-sdk.com/docs/ecrpublic_put_repository_catalog_data/ for full documentation.

Usage

ecrpublic_put_repository_catalog_data(
  registryId = NULL,
  repositoryName,
  catalogData
)

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.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.