GetImagePlainArgs

data class GetImagePlainArgs(val arn: String, val tags: Map<String, String>? = null) : ConvertibleToJava<GetImagePlainArgs>

A collection of arguments for invoking getImage.

Constructors

Link copied to clipboard
constructor(arn: String, tags: Map<String, String>? = null)

Properties

Link copied to clipboard
val arn: String

ARN of the image. The suffix can either be specified with wildcards (x.x.x) to fetch the latest build version or a full build version (e.g., 2020.11.26/1) to fetch an exact version.

Link copied to clipboard
val tags: Map<String, String>? = null

Key-value map of resource tags for the image.

Functions

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