/AWS1/CL_APRCODECONFIGURATION¶
Describes the configuration that App Runner uses to build and run an App Runner service from a source code repository.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_configurationsource TYPE /AWS1/APRCONFIGURATIONSOURCE /AWS1/APRCONFIGURATIONSOURCE¶
The source of the App Runner configuration. Values are interpreted as follows:
REPOSITORY– App Runner reads configuration values from theapprunner.yamlfile in the source code repository and ignoresCodeConfigurationValues.
API– App Runner uses configuration values provided inCodeConfigurationValuesand ignores theapprunner.yamlfile in the source code repository.
Optional arguments:¶
io_codeconfigurationvalues TYPE REF TO /AWS1/CL_APRCODECONFVALUES /AWS1/CL_APRCODECONFVALUES¶
The basic configuration for building and running the App Runner service. Use it to quickly launch an App Runner service without providing a
apprunner.yamlfile in the source code repository (or ignoring the file if it exists).
Queryable Attributes¶
ConfigurationSource¶
The source of the App Runner configuration. Values are interpreted as follows:
REPOSITORY– App Runner reads configuration values from theapprunner.yamlfile in the source code repository and ignoresCodeConfigurationValues.
API– App Runner uses configuration values provided inCodeConfigurationValuesand ignores theapprunner.yamlfile in the source code repository.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONFIGURATIONSOURCE() |
Getter for CONFIGURATIONSOURCE, with configurable default |
ASK_CONFIGURATIONSOURCE() |
Getter for CONFIGURATIONSOURCE w/ exceptions if field has no |
HAS_CONFIGURATIONSOURCE() |
Determine if CONFIGURATIONSOURCE has a value |
CodeConfigurationValues¶
The basic configuration for building and running the App Runner service. Use it to quickly launch an App Runner service without providing a
apprunner.yamlfile in the source code repository (or ignoring the file if it exists).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CODECONFIGURATIONVALUES() |
Getter for CODECONFIGURATIONVALUES |