environment

@JvmName(name = "fydhwvbrwcoeplml")
suspend fun environment(value: Output<List<PipeEcsEnvironmentVariableArgs>>)
@JvmName(name = "xswbplxegejkihua")
suspend fun environment(value: List<PipeEcsEnvironmentVariableArgs>?)

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. You must also specify a container name.


@JvmName(name = "yrixhbxxgkspglcr")
suspend fun environment(vararg values: Output<PipeEcsEnvironmentVariableArgs>)


@JvmName(name = "lvudxhftybcpyjxu")
suspend fun environment(values: List<Output<PipeEcsEnvironmentVariableArgs>>)
@JvmName(name = "crwqnnhyxrgvtuuh")
suspend fun environment(vararg values: PipeEcsEnvironmentVariableArgs)

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. You must also specify a container name.


@JvmName(name = "pmbopeqgxvxjxxgg")
suspend fun environment(argument: List<suspend PipeEcsEnvironmentVariableArgsBuilder.() -> Unit>)
@JvmName(name = "fmenooxwmadahvaw")
suspend fun environment(vararg argument: suspend PipeEcsEnvironmentVariableArgsBuilder.() -> Unit)
@JvmName(name = "jnkyofnwcpcslnem")
suspend fun environment(argument: suspend PipeEcsEnvironmentVariableArgsBuilder.() -> 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. You must also specify a container name.