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
constructor(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)

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

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

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

Start Command

Functions

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