code Configuration Values
suspend fun codeConfigurationValues(value: Output<ServiceSourceConfigurationCodeRepositoryCodeConfigurationCodeConfigurationValuesArgs>)
suspend fun codeConfigurationValues(value: ServiceSourceConfigurationCodeRepositoryCodeConfigurationCodeConfigurationValuesArgs?)
Parameters
value
Basic configuration for building and running the App Runner service. Use this parameter to quickly launch an App Runner service without providing an apprunner.yaml file in the source code repository (or ignoring the file if it exists). See Code Configuration Values below for more details.
suspend fun codeConfigurationValues(argument: suspend ServiceSourceConfigurationCodeRepositoryCodeConfigurationCodeConfigurationValuesArgsBuilder.() -> Unit)
Parameters
argument
Basic configuration for building and running the App Runner service. Use this parameter to quickly launch an App Runner service without providing an apprunner.yaml file in the source code repository (or ignoring the file if it exists). See Code Configuration Values below for more details.