environments
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.
suspend fun environments(argument: List<suspend GetTaskExecutionOverridesContainerOverrideEnvironmentBuilder.() -> Unit>)
suspend fun environments(vararg argument: suspend GetTaskExecutionOverridesContainerOverrideEnvironmentBuilder.() -> Unit)
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.
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.