ServiceImageConfiguration

data class ServiceImageConfiguration(val port: String? = null, val runtimeEnvironmentSecrets: List<ServiceKeyValuePair>? = null, val runtimeEnvironmentVariables: List<ServiceKeyValuePair>? = null, val startCommand: String? = null)

Image Configuration

Constructors

Link copied to clipboard
constructor(port: String? = null, runtimeEnvironmentSecrets: List<ServiceKeyValuePair>? = null, runtimeEnvironmentVariables: List<ServiceKeyValuePair>? = null, startCommand: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val port: String? = null

Port

Link copied to clipboard

The secrets and parameters that get referenced by your service as environment variables

Link copied to clipboard

Environment variables that are available to your running App Runner service. An array of key-value pairs.

Link copied to clipboard
val startCommand: String? = null

Start Command