/AWS1/CL_IOTSIGV4AUTHORIZATION¶
For more information, see Signature Version 4 signing process.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_signingregion TYPE /AWS1/IOTSIGNINGREGION /AWS1/IOTSIGNINGREGION¶
The signing region.
iv_servicename TYPE /AWS1/IOTSERVICENAME /AWS1/IOTSERVICENAME¶
The service name to use while signing with Sig V4.
iv_rolearn TYPE /AWS1/IOTAWSARN /AWS1/IOTAWSARN¶
The ARN of the signing role.
Queryable Attributes¶
signingRegion¶
The signing region.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SIGNINGREGION() |
Getter for SIGNINGREGION, with configurable default |
ASK_SIGNINGREGION() |
Getter for SIGNINGREGION w/ exceptions if field has no value |
HAS_SIGNINGREGION() |
Determine if SIGNINGREGION has a value |
serviceName¶
The service name to use while signing with Sig V4.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVICENAME() |
Getter for SERVICENAME, with configurable default |
ASK_SERVICENAME() |
Getter for SERVICENAME w/ exceptions if field has no value |
HAS_SERVICENAME() |
Determine if SERVICENAME has a value |
roleArn¶
The ARN of the signing role.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ROLEARN() |
Getter for ROLEARN, with configurable default |
ASK_ROLEARN() |
Getter for ROLEARN w/ exceptions if field has no value |
HAS_ROLEARN() |
Determine if ROLEARN has a value |