Auth configuration for ROS AWS service integration. More...
#include <service_credentials_provider.h>
Public Attributes | |
IotRoleConfig | iot |
IoT-specific configuration. More... | |
Auth configuration for ROS AWS service integration.
In order for devices to make calls to AWS services, credentials need to be loaded that can sign requests. There are various methods to obtain credentials and this struct contains all configuration needed, regardless of the method used.
Definition at line 103 of file service_credentials_provider.h.
IotRoleConfig Aws::Auth::ServiceAuthConfig::iot |
IoT-specific configuration.
Definition at line 106 of file service_credentials_provider.h.