environmentFiles

@JvmName(name = "ywfnhbusdjamtspc")
suspend fun environmentFiles(value: Output<List<PipeEcsEnvironmentFileArgs>>)
@JvmName(name = "wdybwudxkwpaikxr")
suspend fun environmentFiles(value: List<PipeEcsEnvironmentFileArgs>?)

Parameters

value

A list of files containing the environment variables to pass to a container, instead of the value from the container definition.


@JvmName(name = "fuvvrpwxkoaofhbr")
suspend fun environmentFiles(vararg values: Output<PipeEcsEnvironmentFileArgs>)


@JvmName(name = "ncmdwwflplbovoxq")
suspend fun environmentFiles(values: List<Output<PipeEcsEnvironmentFileArgs>>)
@JvmName(name = "dcctqmmopqkyerxw")
suspend fun environmentFiles(vararg values: PipeEcsEnvironmentFileArgs)

Parameters

values

A list of files containing the environment variables to pass to a container, instead of the value from the container definition.


@JvmName(name = "msqffvydfkwrjuag")
suspend fun environmentFiles(argument: List<suspend PipeEcsEnvironmentFileArgsBuilder.() -> Unit>)
@JvmName(name = "wqfvxvgyvuddlfje")
suspend fun environmentFiles(vararg argument: suspend PipeEcsEnvironmentFileArgsBuilder.() -> Unit)
@JvmName(name = "dravvspjqtubutqo")
suspend fun environmentFiles(argument: suspend PipeEcsEnvironmentFileArgsBuilder.() -> Unit)

Parameters

argument

A list of files containing the environment variables to pass to a container, instead of the value from the container definition.