ImageTemplateAutoRunArgs

data class ImageTemplateAutoRunArgs(val state: Output<AutoRunState>? = null) : ConvertibleToJava<ImageTemplateAutoRunArgs>

Indicates if the image template needs to be built on create/update

Constructors

Link copied to clipboard
constructor(state: Output<AutoRunState>? = null)

Properties

Link copied to clipboard
val state: Output<AutoRunState>? = null

Enabling this field will trigger an automatic build on image template creation or update.

Functions

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