userver: sqs::ExtraCredentials Struct Reference
Loading...
Searching...
No Matches
sqs::ExtraCredentials Struct Reference

#include </data/code/userver/libraries/sqs/include/userver/sqs/json_client.hpp>

Detailed Description

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.

Member Data Documentation

◆ authorization_override

Aws::String sqs::ExtraCredentials::authorization_override

Prebuilt Authorization header. When set, SigV4 signing is skipped.

Definition at line 31 of file json_client.hpp.

◆ cloud_iam_token

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.


The documentation for this struct was generated from the following file: