animations

@JvmName(name = "udvnyxtmohurjxet")
suspend fun animations(value: Output<List<JobConfigOverlayAnimationArgs>>)
@JvmName(name = "dvcliukvqsotcxxq")
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 = "hbsmvopcryphntaw")
suspend fun animations(vararg values: Output<JobConfigOverlayAnimationArgs>)


@JvmName(name = "vojlppxnggjerppd")
suspend fun animations(values: List<Output<JobConfigOverlayAnimationArgs>>)
@JvmName(name = "fhrbaqerslaqjldq")
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 = "ihyatnnkwgmtyktd")
suspend fun animations(argument: List<suspend JobConfigOverlayAnimationArgsBuilder.() -> Unit>)
@JvmName(name = "ciydokxpkfkhdfnj")
suspend fun animations(vararg argument: suspend JobConfigOverlayAnimationArgsBuilder.() -> Unit)
@JvmName(name = "iajbcwifryymyxno")
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.