| Package | Description |
|---|---|
| software.amazon.awssdk.services.pipes.model |
| Modifier and Type | Method and Description |
|---|---|
List<EcsEnvironmentFile> |
EcsContainerOverride.environmentFiles()
A list of files containing the environment variables to pass to a container, instead of the value from the
container definition.
|
| Modifier and Type | Method and Description |
|---|---|
EcsContainerOverride.Builder |
EcsContainerOverride.Builder.environmentFiles(EcsEnvironmentFile... environmentFiles)
A list of files containing the environment variables to pass to a container, instead of the value from the
container definition.
|
| Modifier and Type | Method and Description |
|---|---|
EcsContainerOverride.Builder |
EcsContainerOverride.Builder.environmentFiles(Collection<EcsEnvironmentFile> environmentFiles)
A list of files containing the environment variables to pass to a container, instead of the value from the
container definition.
|
Copyright © 2023. All rights reserved.