configurationSource property

Input<String> configurationSource
final

Source of the App Runner configuration. Valid values: REPOSITORY, API. Use REPOSITORY to have App Runner read configuration values from the apprunner.yaml file in the source code repository and ignore codeConfigurationValues. Use API to have App Runner use the configuration values provided in codeConfigurationValues and ignore the apprunner.yaml file in the source code repository.

Implementation

final pulumi.Input<String> configurationSource;