ServiceCodeConfigurationValues

data class ServiceCodeConfigurationValues(val buildCommand: String? = null, val port: String? = null, val runtime: ServiceCodeConfigurationValuesRuntime, val runtimeEnvironmentSecrets: List<ServiceKeyValuePair>? = null, val runtimeEnvironmentVariables: List<ServiceKeyValuePair>? = null, val startCommand: String? = null)

Code Configuration Values

Constructors

Link copied to clipboard
fun ServiceCodeConfigurationValues(buildCommand: String? = null, port: String? = null, runtime: ServiceCodeConfigurationValuesRuntime, runtimeEnvironmentSecrets: List<ServiceKeyValuePair>? = null, runtimeEnvironmentVariables: List<ServiceKeyValuePair>? = null, startCommand: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val buildCommand: String? = null

Build Command

Link copied to clipboard
val port: String? = null

Port

Link copied to clipboard
Link copied to clipboard

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

Link copied to clipboard
val startCommand: String? = null

Start Command