/AWS1/CL_BDOAPIGWTARGETCONF¶
The configuration for an Amazon API Gateway target.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_restapiid TYPE /AWS1/BDOSTRING /AWS1/BDOSTRING¶
The ID of the API Gateway REST API.
iv_stage TYPE /AWS1/BDOSTRING /AWS1/BDOSTRING¶
The ID of the stage of the REST API to add as a target.
io_apigatewaytoolconf TYPE REF TO /AWS1/CL_BDOAPIGATEWAYTOOLCONF /AWS1/CL_BDOAPIGATEWAYTOOLCONF¶
The configuration for defining REST API tool filters and overrides for the gateway target.
Queryable Attributes¶
restApiId¶
The ID of the API Gateway REST API.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESTAPIID() |
Getter for RESTAPIID, with configurable default |
ASK_RESTAPIID() |
Getter for RESTAPIID w/ exceptions if field has no value |
HAS_RESTAPIID() |
Determine if RESTAPIID has a value |
stage¶
The ID of the stage of the REST API to add as a target.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STAGE() |
Getter for STAGE, with configurable default |
ASK_STAGE() |
Getter for STAGE w/ exceptions if field has no value |
HAS_STAGE() |
Determine if STAGE has a value |
apiGatewayToolConfiguration¶
The configuration for defining REST API tool filters and overrides for the gateway target.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APIGATEWAYTOOLCONF() |
Getter for APIGATEWAYTOOLCONFIGURATION |