animations

@JvmName(name = "bfrilympgnsxgxun")
suspend fun animations(value: Output<List<JobTemplateConfigOverlayAnimationArgs>>)
@JvmName(name = "gaxunfgcrqnxkrlb")
suspend fun animations(value: List<JobTemplateConfigOverlayAnimationArgs>?)

Parameters

value

List of animations. The list should be chronological, without any time overlap. Structure is documented below.


@JvmName(name = "hrjoidiqulsrolgs")
suspend fun animations(vararg values: Output<JobTemplateConfigOverlayAnimationArgs>)


@JvmName(name = "bfrcnaajgeravxlp")
suspend fun animations(values: List<Output<JobTemplateConfigOverlayAnimationArgs>>)
@JvmName(name = "hjjmsfluxtqevahb")
suspend fun animations(vararg values: JobTemplateConfigOverlayAnimationArgs)

Parameters

values

List of animations. The list should be chronological, without any time overlap. Structure is documented below.


@JvmName(name = "clywsviuuqsieugy")
suspend fun animations(argument: List<suspend JobTemplateConfigOverlayAnimationArgsBuilder.() -> Unit>)
@JvmName(name = "sknjkeeltlyqgcry")
suspend fun animations(vararg argument: suspend JobTemplateConfigOverlayAnimationArgsBuilder.() -> Unit)
@JvmName(name = "pmfjdujnsqocdchc")
suspend fun animations(argument: suspend JobTemplateConfigOverlayAnimationArgsBuilder.() -> Unit)

Parameters

argument

List of animations. The list should be chronological, without any time overlap. Structure is documented below.