| Package | Description |
|---|---|
| com.amazonaws.services.pipes.model |
| Modifier and Type | Method and Description |
|---|---|
EcsEnvironmentFile |
EcsEnvironmentFile.clone() |
EcsEnvironmentFile |
EcsEnvironmentFile.withType(EcsEnvironmentFileType type)
The file type to use.
|
EcsEnvironmentFile |
EcsEnvironmentFile.withType(String type)
The file type to use.
|
EcsEnvironmentFile |
EcsEnvironmentFile.withValue(String value)
The Amazon Resource Name (ARN) of the Amazon S3 object containing the environment variable file.
|
| Modifier and Type | Method and Description |
|---|---|
List<EcsEnvironmentFile> |
EcsContainerOverride.getEnvironmentFiles()
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 |
EcsContainerOverride.withEnvironmentFiles(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 |
|---|---|
void |
EcsContainerOverride.setEnvironmentFiles(Collection<EcsEnvironmentFile> environmentFiles)
A list of files containing the environment variables to pass to a container, instead of the value from the
container definition.
|
EcsContainerOverride |
EcsContainerOverride.withEnvironmentFiles(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 © 2025. All rights reserved.