HumanTaskUIUiTemplateArgs

data class HumanTaskUIUiTemplateArgs(val content: Output<String>? = null, val contentSha256: Output<String>? = null, val url: Output<String>? = null) : ConvertibleToJava<HumanTaskUIUiTemplateArgs>

Constructors

Link copied to clipboard
constructor(content: Output<String>? = null, contentSha256: Output<String>? = null, url: Output<String>? = null)

Properties

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

The content of the Liquid template for the worker user interface.

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

The SHA-256 digest of the contents of the template.

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

The URL for the user interface template.

Functions

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