GetImagePlainArgs

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

A collection of arguments for invoking getImage.

Constructors

Link copied to clipboard
fun GetImagePlainArgs(imageDigest: String? = null, imageTag: String? = null, registryId: String? = null, repositoryName: String)

Functions

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

Properties

Link copied to clipboard
val imageDigest: String? = null

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

Link copied to clipboard
val imageTag: String? = null

Tag associated with this image. At least one of image_digest or image_tag 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.