Class: Aws::ECRPublic::Types::RepositoryCatalogDataInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb

Overview

An object that contains the catalog data for a repository. This data is publicly visible in the Amazon ECR Public Gallery.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#about_textString

A detailed description of the contents of the repository. It's publicly visible in the Amazon ECR Public Gallery. The text must be in markdown format.

Returns:

  • (String)


1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 1668

class RepositoryCatalogDataInput < Struct.new(
  :description,
  :architectures,
  :operating_systems,
  :logo_image_blob,
  :about_text,
  :usage_text)
  SENSITIVE = []
  include Aws::Structure
end

#architecturesArray<String>

The system architecture that the images in the repository are compatible with. On the Amazon ECR Public Gallery, the following supported architectures appear as badges on the repository and are used as search filters.

If an unsupported tag is added to your repository catalog data, it's associated with the repository and can be retrieved using the API but isn't discoverable in the Amazon ECR Public Gallery.

  • ARM

  • ARM 64

  • x86

  • x86-64

Returns:

  • (Array<String>)


1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 1668

class RepositoryCatalogDataInput < Struct.new(
  :description,
  :architectures,
  :operating_systems,
  :logo_image_blob,
  :about_text,
  :usage_text)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A short description of the contents of the repository. This text appears in both the image details and also when searching for repositories on the Amazon ECR Public Gallery.

Returns:

  • (String)


1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 1668

class RepositoryCatalogDataInput < Struct.new(
  :description,
  :architectures,
  :operating_systems,
  :logo_image_blob,
  :about_text,
  :usage_text)
  SENSITIVE = []
  include Aws::Structure
end

#logo_image_blobString

The base64-encoded repository logo payload.

The repository logo is only publicly visible in the Amazon ECR Public Gallery for verified accounts.

Returns:

  • (String)


1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 1668

class RepositoryCatalogDataInput < Struct.new(
  :description,
  :architectures,
  :operating_systems,
  :logo_image_blob,
  :about_text,
  :usage_text)
  SENSITIVE = []
  include Aws::Structure
end

#operating_systemsArray<String>

The operating systems that the images in the repository are compatible with. On the Amazon ECR Public Gallery, the following supported operating systems appear as badges on the repository and are used as search filters.

If an unsupported tag is added to your repository catalog data, it's associated with the repository and can be retrieved using the API but isn't discoverable in the Amazon ECR Public Gallery.

  • Linux

  • Windows

Returns:

  • (Array<String>)


1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 1668

class RepositoryCatalogDataInput < Struct.new(
  :description,
  :architectures,
  :operating_systems,
  :logo_image_blob,
  :about_text,
  :usage_text)
  SENSITIVE = []
  include Aws::Structure
end

#usage_textString

Detailed information about how to use the contents of the repository. It's publicly visible in the Amazon ECR Public Gallery. The usage text provides context, support information, and additional usage details for users of the repository. The text must be in markdown format.

Returns:

  • (String)


1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 1668

class RepositoryCatalogDataInput < Struct.new(
  :description,
  :architectures,
  :operating_systems,
  :logo_image_blob,
  :about_text,
  :usage_text)
  SENSITIVE = []
  include Aws::Structure
end