userPausedDetails

@JvmName(name = "oxjpauwhbyvpxmvh")
suspend fun userPausedDetails(value: Output<UserPausedDetailsArgs>)
@JvmName(name = "fgvkdnowdjaogwbs")
suspend fun userPausedDetails(value: UserPausedDetailsArgs?)

Parameters

value

If the current status of the job is USER_PAUSED, specifies when the job was paused and when the job or job run will expire and be cancelled if it isn't resumed. This value is present only if the value for jobStatus is USER_PAUSED.


@JvmName(name = "romfohdmaavdemsr")
suspend fun userPausedDetails(argument: suspend UserPausedDetailsArgsBuilder.() -> Unit)

Parameters

argument

If the current status of the job is USER_PAUSED, specifies when the job was paused and when the job or job run will expire and be cancelled if it isn't resumed. This value is present only if the value for jobStatus is USER_PAUSED.