Service Code Configuration Values Args
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
Build Command
Link copied to clipboard
Runtime
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
Start Command