GetDockerImagePlainArgs

data class GetDockerImagePlainArgs(val imageName: String, val location: String, val project: String? = null, val repositoryId: String) : ConvertibleToJava<GetDockerImagePlainArgs>

A collection of arguments for invoking getDockerImage.

Constructors

Link copied to clipboard
constructor(imageName: String, location: String, project: String? = null, repositoryId: String)

Properties

Link copied to clipboard

The image name to fetch. If no digest or tag is provided, then the latest modified image will be used.

Link copied to clipboard

The location of the artifact registry.

Link copied to clipboard
val project: String? = null

The project ID in which the resource belongs. If it is not provided, the provider project is used.

Link copied to clipboard

The last part of the repository name to fetch from.

Functions

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