AWS SDK for C++AWS SDK for C++ Version 1.11.791 |
#include <ProfileCredentialsProvider.h>
CRT-based credentials provider that sources credentials from config files with full SEP compliance. Supports assume role, credential_source, role chaining, and all SEP scenarios.
Definition at line 15 of file ProfileCredentialsProvider.h.
REFRESH_THRESHOLD)
Initializes with refreshRateMs as the frequency at which the file is reparsed in milliseconds. Defaults to 5 minutes.
REFRESH_THRESHOLD
Initializes with a profile override and refreshRateMs as the frequency at which the file is reparsed in milliseconds. Defaults to 5 minutes.
Retrieves the credentials if found, otherwise returns empty credential set.
Implements Aws::Auth::AWSCredentialsProvider.
Returns the fullpath of the calculated credentials profile file
Returns the directory storing the profile file.
Reimplemented from Aws::Auth::AWSCredentialsProvider.