ServiceCodeConfigurationValuesArgs

data class ServiceCodeConfigurationValuesArgs(val buildCommand: Output<String>? = null, val port: Output<String>? = null, val runtime: Output<ServiceCodeConfigurationValuesRuntime>, val runtimeEnvironmentSecrets: Output<List<ServiceKeyValuePairArgs>>? = null, val runtimeEnvironmentVariables: Output<List<ServiceKeyValuePairArgs>>? = null, val startCommand: Output<String>? = null) : ConvertibleToJava<ServiceCodeConfigurationValuesArgs>

Code Configuration Values

Constructors

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

Functions

Link copied to clipboard
open override fun toJava(): ServiceCodeConfigurationValuesArgs

Properties

Link copied to clipboard
val buildCommand: Output<String>? = null

Build Command

Link copied to clipboard
val port: Output<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: Output<String>? = null

Start Command