animations

@JvmName(name = "fdlkgthuuequdyxu")
suspend fun animations(value: Output<List<JobConfigOverlayAnimationArgs>>)
@JvmName(name = "leepvxdarlfiagew")
suspend fun animations(value: List<JobConfigOverlayAnimationArgs>?)

Parameters

value

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


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


@JvmName(name = "nootickypuahjwal")
suspend fun animations(values: List<Output<JobConfigOverlayAnimationArgs>>)
@JvmName(name = "sfyobqxpqtlstehd")
suspend fun animations(vararg values: JobConfigOverlayAnimationArgs)

Parameters

values

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


@JvmName(name = "jpnwqrwwwgfdublq")
suspend fun animations(argument: List<suspend JobConfigOverlayAnimationArgsBuilder.() -> Unit>)
@JvmName(name = "qtklcsavygrmgbai")
suspend fun animations(vararg argument: suspend JobConfigOverlayAnimationArgsBuilder.() -> Unit)
@JvmName(name = "mvevatlpgcuegfld")
suspend fun animations(argument: suspend JobConfigOverlayAnimationArgsBuilder.() -> Unit)

Parameters

argument

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