/AWS1/CL_IOTPROVISIONINGHOOK¶
Structure that contains payloadVersion and
targetArn.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_targetarn TYPE /AWS1/IOTTARGETARN /AWS1/IOTTARGETARN¶
The ARN of the target function.
Note: Only Lambda functions are currently supported.
Optional arguments:¶
iv_payloadversion TYPE /AWS1/IOTPAYLOADVERSION /AWS1/IOTPAYLOADVERSION¶
The payload that was sent to the target function.
Note: Only Lambda functions are currently supported.
Queryable Attributes¶
payloadVersion¶
The payload that was sent to the target function.
Note: Only Lambda functions are currently supported.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PAYLOADVERSION() |
Getter for PAYLOADVERSION, with configurable default |
ASK_PAYLOADVERSION() |
Getter for PAYLOADVERSION w/ exceptions if field has no valu |
HAS_PAYLOADVERSION() |
Determine if PAYLOADVERSION has a value |
targetArn¶
The ARN of the target function.
Note: Only Lambda functions are currently supported.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TARGETARN() |
Getter for TARGETARN, with configurable default |
ASK_TARGETARN() |
Getter for TARGETARN w/ exceptions if field has no value |
HAS_TARGETARN() |
Determine if TARGETARN has a value |