configuration Source
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.