configurationSource

@JvmName(name = "mxjnwsuqtmkjacdx")
suspend fun configurationSource(value: Output<String>)
@JvmName(name = "mvthablamdtpauru")
suspend fun configurationSource(value: String)

Parameters

value

Source of the App Runner configuration. Valid values: REPOSITORY, API. Values are interpreted as follows:

  • REPOSITORY - App Runner reads configuration values from the apprunner.yaml file in the source code repository and ignores the CodeConfigurationValues parameter.

  • API - App Runner uses configuration values provided in the CodeConfigurationValues parameter and ignores the apprunner.yaml file in the source code repository.