#include </data/code/userver/libraries/sqs/include/userver/sqs/json_client.hpp>
Extra authentication headers that are not part of AWS SigV4 keys.
Definition at line 26 of file json_client.hpp.
Public Attributes | |
| Aws::String | cloud_iam_token |
| Value of X-YaCloud-SubjectToken for IAM-token authenticated requests. | |
| Aws::String | authorization_override |
| Prebuilt Authorization header. When set, SigV4 signing is skipped. | |
| Aws::String sqs::ExtraCredentials::authorization_override |
Prebuilt Authorization header. When set, SigV4 signing is skipped.
Definition at line 31 of file json_client.hpp.
| Aws::String sqs::ExtraCredentials::cloud_iam_token |
Value of X-YaCloud-SubjectToken for IAM-token authenticated requests.
Definition at line 28 of file json_client.hpp.