RepositoryCatalogDataArgs

data class RepositoryCatalogDataArgs(val aboutText: Output<String>? = null, val architectures: Output<List<String>>? = null, val description: Output<String>? = null, val logoImageBlob: Output<String>? = null, val operatingSystems: Output<List<String>>? = null, val usageText: Output<String>? = null) : ConvertibleToJava<RepositoryCatalogDataArgs>

Constructors

Link copied to clipboard
constructor(aboutText: Output<String>? = null, architectures: Output<List<String>>? = null, description: Output<String>? = null, logoImageBlob: Output<String>? = null, operatingSystems: Output<List<String>>? = null, usageText: Output<String>? = null)

Properties

Link copied to clipboard
val aboutText: Output<String>? = null

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

Link copied to clipboard
val architectures: Output<List<String>>? = null

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

Link copied to clipboard
val description: Output<String>? = null

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.

Link copied to clipboard
val logoImageBlob: Output<String>? = null

The base64-encoded repository logo payload. (Only visible for verified accounts) Note that drift detection is disabled for this attribute.

Link copied to clipboard
val operatingSystems: Output<List<String>>? = null

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

Link copied to clipboard
val usageText: Output<String>? = null

Detailed information on how to use the contents of the repository. It is 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.

Functions

Link copied to clipboard
open override fun toJava(): RepositoryCatalogDataArgs