/AWS1/CL_APYAPPSYNCRUNTIME¶
Describes a runtime used by an Amazon Web Services AppSync pipeline resolver or Amazon Web Services AppSync function. Specifies the name and version of the runtime to use. Note that if a runtime is specified, code must also be specified.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_name TYPE /AWS1/APYRUNTIMENAME /AWS1/APYRUNTIMENAME¶
The
nameof the runtime to use. Currently, the only allowed value isAPPSYNC_JS.
iv_runtimeversion TYPE /AWS1/APYSTRING /AWS1/APYSTRING¶
The
versionof the runtime to use. Currently, the only allowed version is1.0.0.
Queryable Attributes¶
name¶
The
nameof the runtime to use. Currently, the only allowed value isAPPSYNC_JS.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
runtimeVersion¶
The
versionof the runtime to use. Currently, the only allowed version is1.0.0.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RUNTIMEVERSION() |
Getter for RUNTIMEVERSION, with configurable default |
ASK_RUNTIMEVERSION() |
Getter for RUNTIMEVERSION w/ exceptions if field has no valu |
HAS_RUNTIMEVERSION() |
Determine if RUNTIMEVERSION has a value |