GetImagePlainArgs

data class GetImagePlainArgs(val imageDigest: String? = null, val imageTag: String? = null, val mostRecent: Boolean? = null, val registryId: String? = null, val repositoryName: String) : ConvertibleToJava<GetImagePlainArgs>

A collection of arguments for invoking getImage.

Constructors

Link copied to clipboard
constructor(imageDigest: String? = null, imageTag: String? = null, mostRecent: Boolean? = null, registryId: String? = null, repositoryName: String)

Properties

Link copied to clipboard
val imageDigest: String? = null

Sha256 digest of the image manifest. At least one of image_digest, image_tag, or most_recent must be specified.

Link copied to clipboard
val imageTag: String? = null

Tag associated with this image. At least one of image_digest, image_tag, or most_recent must be specified.

Link copied to clipboard
val mostRecent: Boolean? = null

Return the most recently pushed image. At least one of image_digest, image_tag, or most_recent must be specified.

Link copied to clipboard
val registryId: String? = null

ID of the Registry where the repository resides.

Link copied to clipboard

Name of the ECR Repository.

Functions

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