Service Source Configuration Code Repository Code Configuration Code Configuration Values
data class ServiceSourceConfigurationCodeRepositoryCodeConfigurationCodeConfigurationValues(val buildCommand: String? = null, val port: String? = null, val runtime: String, val runtimeEnvironmentSecrets: Map<String, String>? = null, val runtimeEnvironmentVariables: Map<String, String>? = null, val startCommand: String? = null)
Properties
Link copied to clipboard
Command App Runner runs to build your application.
Link copied to clipboard
Secrets and parameters available to your service as environment variables. A map of key/value pairs, where the key is the desired name of the Secret in the environment (i.e. it does not have to match the name of the secret in Secrets Manager or SSM Parameter Store), and the value is the ARN of the secret from AWS Secrets Manager or the ARN of the parameter in AWS SSM Parameter Store.
Link copied to clipboard
Environment variables available to your running App Runner service. A map of key/value pairs. Keys with a prefix of AWSAPPRUNNER
are reserved for system use and aren't valid.
Link copied to clipboard
Command App Runner runs to start your application.