public static interface ImageConfiguration.Builder extends SdkPojo, CopyableBuilder<ImageConfiguration.Builder,ImageConfiguration>
| Modifier and Type | Method and Description |
|---|---|
ImageConfiguration.Builder |
port(String port)
The port that your application listens to in the container.
|
ImageConfiguration.Builder |
runtimeEnvironmentVariables(Map<String,String> runtimeEnvironmentVariables)
Environment variables that are available to your running App Runner service.
|
ImageConfiguration.Builder |
startCommand(String startCommand)
An optional command that App Runner runs to start the application in the source image.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildImageConfiguration.Builder runtimeEnvironmentVariables(Map<String,String> runtimeEnvironmentVariables)
Environment variables that are available to your running App Runner service. An array of key-value pairs.
Keys with a prefix of AWSAPPRUNNER are reserved for system use and aren't valid.
runtimeEnvironmentVariables - Environment variables that are available to your running App Runner service. An array of key-value
pairs. Keys with a prefix of AWSAPPRUNNER are reserved for system use and aren't valid.ImageConfiguration.Builder startCommand(String startCommand)
An optional command that App Runner runs to start the application in the source image. If specified, this command overrides the Docker image’s default start command.
startCommand - An optional command that App Runner runs to start the application in the source image. If specified,
this command overrides the Docker image’s default start command.ImageConfiguration.Builder port(String port)
The port that your application listens to in the container.
Default: 8080
port - The port that your application listens to in the container.
Default: 8080
Copyright © 2022. All rights reserved.