jobStorageAccounts

@JvmName(name = "vmcwmulvnqwxqnjj")
suspend fun jobStorageAccounts(value: Output<List<JobJobStorageAccountArgs>>)
@JvmName(name = "bfxtrkbkephfpxhw")
suspend fun jobStorageAccounts(value: List<JobJobStorageAccountArgs>?)

Parameters

value

The details of the job storage account. A job_storage_account block as defined below.

Note: content_storage_policy must be set to JobStorageAccount when specifying job_storage_account.


@JvmName(name = "xtcguaidomuqpngs")
suspend fun jobStorageAccounts(vararg values: Output<JobJobStorageAccountArgs>)


@JvmName(name = "uegnbutguwnchtec")
suspend fun jobStorageAccounts(values: List<Output<JobJobStorageAccountArgs>>)
@JvmName(name = "woxjpfmnyxdsyimu")
suspend fun jobStorageAccounts(vararg values: JobJobStorageAccountArgs)

Parameters

values

The details of the job storage account. A job_storage_account block as defined below.

Note: content_storage_policy must be set to JobStorageAccount when specifying job_storage_account.


@JvmName(name = "icqescctvdcdpopf")
suspend fun jobStorageAccounts(argument: List<suspend JobJobStorageAccountArgsBuilder.() -> Unit>)
@JvmName(name = "xrtckvrtckslsejj")
suspend fun jobStorageAccounts(vararg argument: suspend JobJobStorageAccountArgsBuilder.() -> Unit)
@JvmName(name = "bxgqrhycxnqhwvyp")
suspend fun jobStorageAccounts(argument: suspend JobJobStorageAccountArgsBuilder.() -> Unit)

Parameters

argument

The details of the job storage account. A job_storage_account block as defined below.

Note: content_storage_policy must be set to JobStorageAccount when specifying job_storage_account.