environmentFiles

@JvmName(name = "sbprapwvlmbejaaw")
suspend fun environmentFiles(value: Output<List<TaskDefinitionEnvironmentFileArgs>>)
@JvmName(name = "lqrvugctvtoinvkd")
suspend fun environmentFiles(value: List<TaskDefinitionEnvironmentFileArgs>?)

Parameters

value

A list of files containing the environment variables to pass to a container. This parameter maps to the `--env-file` option to docker run. You can specify up to ten environment files. The file must have a `.env` file extension. Each line in an environment file contains an environment variable in `VARIABLE=VALUE` format. Lines beginning with `#` are treated as comments and are ignored. If there are environment variables specified using the `environment` parameter in a container definition, they take precedence over the variables contained within an environment file. If multiple environment files are specified that contain the same variable, they're processed from the top down. We recommend that you use unique variable names. For more information, see Specifying Environment Variables in the Amazon Elastic Container Service Developer Guide.


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


@JvmName(name = "cnwbnhtwqwlgxbgl")
suspend fun environmentFiles(values: List<Output<TaskDefinitionEnvironmentFileArgs>>)
@JvmName(name = "qrkekdlwsofqrpjc")
suspend fun environmentFiles(vararg values: TaskDefinitionEnvironmentFileArgs)

Parameters

values

A list of files containing the environment variables to pass to a container. This parameter maps to the `--env-file` option to docker run. You can specify up to ten environment files. The file must have a `.env` file extension. Each line in an environment file contains an environment variable in `VARIABLE=VALUE` format. Lines beginning with `#` are treated as comments and are ignored. If there are environment variables specified using the `environment` parameter in a container definition, they take precedence over the variables contained within an environment file. If multiple environment files are specified that contain the same variable, they're processed from the top down. We recommend that you use unique variable names. For more information, see Specifying Environment Variables in the Amazon Elastic Container Service Developer Guide.


@JvmName(name = "orbovuaxufcfvtfo")
suspend fun environmentFiles(argument: List<suspend TaskDefinitionEnvironmentFileArgsBuilder.() -> Unit>)
@JvmName(name = "nfdfeqxxosddrvcg")
suspend fun environmentFiles(vararg argument: suspend TaskDefinitionEnvironmentFileArgsBuilder.() -> Unit)
@JvmName(name = "wueeudilifgvfera")
suspend fun environmentFiles(argument: suspend TaskDefinitionEnvironmentFileArgsBuilder.() -> Unit)

Parameters

argument

A list of files containing the environment variables to pass to a container. This parameter maps to the `--env-file` option to docker run. You can specify up to ten environment files. The file must have a `.env` file extension. Each line in an environment file contains an environment variable in `VARIABLE=VALUE` format. Lines beginning with `#` are treated as comments and are ignored. If there are environment variables specified using the `environment` parameter in a container definition, they take precedence over the variables contained within an environment file. If multiple environment files are specified that contain the same variable, they're processed from the top down. We recommend that you use unique variable names. For more information, see Specifying Environment Variables in the Amazon Elastic Container Service Developer Guide.