TaskPropertiesArgs

data class TaskPropertiesArgs(val parameters: Output<Map<String, String>>? = null, val source: Output<String>? = null) : ConvertibleToJava<TaskPropertiesArgs>

Task properties of the software update configuration.

Constructors

Link copied to clipboard
constructor(parameters: Output<Map<String, String>>? = null, source: Output<String>? = null)

Properties

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

Gets or sets the parameters of the task.

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

Gets or sets the name of the runbook.

Functions

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