environments

@JvmName(name = "hyspmmxtylobexcd")
suspend fun environments(value: List<GetTaskExecutionOverridesContainerOverrideEnvironment>?)

Parameters

value

The environment variables to send to the container. You can add new environment variables, which are added to the container at launch, or you can override the existing environment variables from the Docker image or the task definition. See below.


@JvmName(name = "pfnblpuvdmfhxgkb")
suspend fun environments(argument: List<suspend GetTaskExecutionOverridesContainerOverrideEnvironmentBuilder.() -> Unit>)
@JvmName(name = "hibukjgjyyhwmxep")
suspend fun environments(vararg argument: suspend GetTaskExecutionOverridesContainerOverrideEnvironmentBuilder.() -> Unit)
@JvmName(name = "hpwjyutsbvusbsvm")
suspend fun environments(argument: suspend GetTaskExecutionOverridesContainerOverrideEnvironmentBuilder.() -> Unit)

Parameters

argument

The environment variables to send to the container. You can add new environment variables, which are added to the container at launch, or you can override the existing environment variables from the Docker image or the task definition. See below.


@JvmName(name = "iyjkphtqocswgsmv")
suspend fun environments(vararg values: GetTaskExecutionOverridesContainerOverrideEnvironment)

Parameters

values

The environment variables to send to the container. You can add new environment variables, which are added to the container at launch, or you can override the existing environment variables from the Docker image or the task definition. See below.