ImageArgs

data class ImageArgs(val image: Output<String>? = null, val imageId: Output<String>? = null, val regionalDataBoundary: Output<Either<String, RegionalDataBoundary>>? = null) : ConvertibleToJava<ImageArgs>

An image resource belonging to a catalog resource.

Constructors

Link copied to clipboard
constructor(image: Output<String>? = null, imageId: Output<String>? = null, regionalDataBoundary: Output<Either<String, RegionalDataBoundary>>? = null)

Properties

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

Image as a UTF-8 encoded base 64 string on image create. This field contains the image URI on image reads.

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

Image ID

Link copied to clipboard
val regionalDataBoundary: Output<Either<String, RegionalDataBoundary>>? = null

Regional data boundary for an image

Functions

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