Skip to content

/AWS1/CL_EVYPROJECTAPPCFGRES00

Use this parameter to configure client-side evaluation for your project. Client-side evaluation allows your application to assign variations to user sessions locally instead of by calling the EvaluateFeature operation to assign the variations. This mitigates the latency and availability risks that come with an API call.

ProjectAppConfigResource is a structure that defines the configuration of how your application integrates with AppConfig to run client-side evaluation.

CONSTRUCTOR

IMPORTING

Optional 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.


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