Package | Description |
---|---|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
EnvironmentFile |
EnvironmentFile.clone() |
EnvironmentFile |
EnvironmentFile.withType(EnvironmentFileType type)
The file type to use.
|
EnvironmentFile |
EnvironmentFile.withType(String type)
The file type to use.
|
EnvironmentFile |
EnvironmentFile.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<EnvironmentFile> |
ContainerDefinition.getEnvironmentFiles()
A list of files containing the environment variables to pass to a container.
|
List<EnvironmentFile> |
ContainerOverride.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 |
---|---|
ContainerDefinition |
ContainerDefinition.withEnvironmentFiles(EnvironmentFile... environmentFiles)
A list of files containing the environment variables to pass to a container.
|
ContainerOverride |
ContainerOverride.withEnvironmentFiles(EnvironmentFile... 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 |
ContainerDefinition.setEnvironmentFiles(Collection<EnvironmentFile> environmentFiles)
A list of files containing the environment variables to pass to a container.
|
void |
ContainerOverride.setEnvironmentFiles(Collection<EnvironmentFile> environmentFiles)
A list of files containing the environment variables to pass to a container, instead of the value from the
container definition.
|
ContainerDefinition |
ContainerDefinition.withEnvironmentFiles(Collection<EnvironmentFile> environmentFiles)
A list of files containing the environment variables to pass to a container.
|
ContainerOverride |
ContainerOverride.withEnvironmentFiles(Collection<EnvironmentFile> environmentFiles)
A list of files containing the environment variables to pass to a container, instead of the value from the
container definition.
|
Copyright © 2021. All rights reserved.