| Package | Description |
|---|---|
| com.amazonaws.services.apprunner.model |
| Modifier and Type | Method and Description |
|---|---|
ImageConfiguration |
ImageConfiguration.addRuntimeEnvironmentVariablesEntry(String key,
String value)
Add a single RuntimeEnvironmentVariables entry
|
ImageConfiguration |
ImageConfiguration.clearRuntimeEnvironmentVariablesEntries()
Removes all the entries added into RuntimeEnvironmentVariables.
|
ImageConfiguration |
ImageConfiguration.clone() |
ImageConfiguration |
ImageRepository.getImageConfiguration()
Configuration for running the identified image.
|
ImageConfiguration |
ImageConfiguration.withPort(String port)
The port that your application listens to in the container.
|
ImageConfiguration |
ImageConfiguration.withRuntimeEnvironmentVariables(Map<String,String> runtimeEnvironmentVariables)
Environment variables that are available to your running App Runner service.
|
ImageConfiguration |
ImageConfiguration.withStartCommand(String startCommand)
An optional command that App Runner runs to start the application in the source image.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImageRepository.setImageConfiguration(ImageConfiguration imageConfiguration)
Configuration for running the identified image.
|
ImageRepository |
ImageRepository.withImageConfiguration(ImageConfiguration imageConfiguration)
Configuration for running the identified image.
|
Copyright © 2022. All rights reserved.