JobTemplateConfigEditListArgs

data class JobTemplateConfigEditListArgs(val inputs: Output<List<String>>? = null, val key: Output<String>? = null, val startTimeOffset: Output<String>? = null) : ConvertibleToJava<JobTemplateConfigEditListArgs>

Constructors

Link copied to clipboard
constructor(inputs: Output<List<String>>? = null, key: Output<String>? = null, startTimeOffset: Output<String>? = null)

Properties

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

List of values identifying files that should be used in this atom.

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

A unique key for this atom.

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

Start time in seconds for the atom, relative to the input file timeline. The default is 0s.

Functions

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