taskEnvironments

@JvmName(name = "pmjykgvgrhwvsdms")
suspend fun taskEnvironments(value: Output<List<EnvironmentArgs>>)
@JvmName(name = "jojmvlugxwousura")
suspend fun taskEnvironments(value: List<EnvironmentArgs>?)

Parameters

value

An array of environment variable mappings, which are passed to Tasks with matching indices. If task_environments is used then task_count should not be specified in the request (and will be ignored). Task count will be the length of task_environments. Tasks get a BATCH_TASK_INDEX and BATCH_TASK_COUNT environment variable, in addition to any environment variables set in task_environments, specifying the number of Tasks in the Task's parent TaskGroup, and the specific Task's index in the TaskGroup (0 through BATCH_TASK_COUNT - 1). task_environments supports up to 200 entries.


@JvmName(name = "lhlxyuorjddnesxx")
suspend fun taskEnvironments(vararg values: Output<EnvironmentArgs>)


@JvmName(name = "prnyhtweajckyfkd")
suspend fun taskEnvironments(values: List<Output<EnvironmentArgs>>)
@JvmName(name = "wcivqkvcuodlgaxj")
suspend fun taskEnvironments(vararg values: EnvironmentArgs)

Parameters

values

An array of environment variable mappings, which are passed to Tasks with matching indices. If task_environments is used then task_count should not be specified in the request (and will be ignored). Task count will be the length of task_environments. Tasks get a BATCH_TASK_INDEX and BATCH_TASK_COUNT environment variable, in addition to any environment variables set in task_environments, specifying the number of Tasks in the Task's parent TaskGroup, and the specific Task's index in the TaskGroup (0 through BATCH_TASK_COUNT - 1). task_environments supports up to 200 entries.


@JvmName(name = "qlerhultayuxiuxf")
suspend fun taskEnvironments(argument: List<suspend EnvironmentArgsBuilder.() -> Unit>)
@JvmName(name = "moxhyiguewjaqemb")
suspend fun taskEnvironments(vararg argument: suspend EnvironmentArgsBuilder.() -> Unit)
@JvmName(name = "hwfowydqwgfgpbne")
suspend fun taskEnvironments(argument: suspend EnvironmentArgsBuilder.() -> Unit)

Parameters

argument

An array of environment variable mappings, which are passed to Tasks with matching indices. If task_environments is used then task_count should not be specified in the request (and will be ignored). Task count will be the length of task_environments. Tasks get a BATCH_TASK_INDEX and BATCH_TASK_COUNT environment variable, in addition to any environment variables set in task_environments, specifying the number of Tasks in the Task's parent TaskGroup, and the specific Task's index in the TaskGroup (0 through BATCH_TASK_COUNT - 1). task_environments supports up to 200 entries.