class Aws::ECRPublic::Types::PutRepositoryCatalogDataRequest
@note When making an API call, you may pass PutRepositoryCatalogDataRequest
data as a hash: { registry_id: "RegistryId", repository_name: "RepositoryName", # required catalog_data: { # required description: "RepositoryDescription", architectures: ["Architecture"], operating_systems: ["OperatingSystem"], logo_image_blob: "data", about_text: "AboutText", usage_text: "UsageText", }, }
@!attribute [rw] registry_id
The AWS account ID associated with the public registry the repository is in. If you do not specify a registry, the default public registry is assumed. @return [String]
@!attribute [rw] repository_name
The name of the repository to create or update the catalog data for. @return [String]
@!attribute [rw] catalog_data
An object containing the catalog data for a repository. This data is publicly visible in the Amazon ECR Public Gallery. @return [Types::RepositoryCatalogDataInput]
@see docs.aws.amazon.com/goto/WebAPI/ecr-public-2020-10-30/PutRepositoryCatalogDataRequest AWS API Documentation
Constants
- SENSITIVE