/AWS1/CL_EVYPROJECTAPPCFGRESRC¶
This is a structure that defines the configuration of how your application integrates with AppConfig to run client-side evaluation.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_applicationid TYPE /AWS1/EVYAPPCONFIGRESOURCEID /AWS1/EVYAPPCONFIGRESOURCEID¶
The ID of the AppConfig application to use for client-side evaluation.
iv_environmentid TYPE /AWS1/EVYAPPCONFIGRESOURCEID /AWS1/EVYAPPCONFIGRESOURCEID¶
The ID of the AppConfig environment to use for client-side evaluation. This must be an environment that is within the application that you specify for
applicationId.
iv_configurationprofileid TYPE /AWS1/EVYAPPCONFIGRESOURCEID /AWS1/EVYAPPCONFIGRESOURCEID¶
The ID of the AppConfig profile to use for client-side evaluation.
Queryable Attributes¶
applicationId¶
The ID of the AppConfig application to use for client-side evaluation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APPLICATIONID() |
Getter for APPLICATIONID, with configurable default |
ASK_APPLICATIONID() |
Getter for APPLICATIONID w/ exceptions if field has no value |
HAS_APPLICATIONID() |
Determine if APPLICATIONID has a value |
environmentId¶
The ID of the AppConfig environment to use for client-side evaluation. This must be an environment that is within the application that you specify for
applicationId.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENVIRONMENTID() |
Getter for ENVIRONMENTID, with configurable default |
ASK_ENVIRONMENTID() |
Getter for ENVIRONMENTID w/ exceptions if field has no value |
HAS_ENVIRONMENTID() |
Determine if ENVIRONMENTID has a value |
configurationProfileId¶
The ID of the AppConfig profile to use for client-side evaluation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONFIGURATIONPROFILEID() |
Getter for CONFIGURATIONPROFILEID, with configurable default |
ASK_CONFIGURATIONPROFILEID() |
Getter for CONFIGURATIONPROFILEID w/ exceptions if field has |
HAS_CONFIGURATIONPROFILEID() |
Determine if CONFIGURATIONPROFILEID has a value |