|
aws-crt-cpp
|
#include <Credentials.h>
Public Member Functions | |
| CredentialsProviderProfileConfig () | |
Public Attributes | |
| ByteCursor | ProfileNameOverride |
| ByteCursor | ConfigFileNameOverride |
| ByteCursor | CredentialsFileNameOverride |
Configuration options for the profile credentials provider
|
inline |
| ByteCursor Aws::Crt::Auth::CredentialsProviderProfileConfig::ConfigFileNameOverride |
Override file path (instead of '~/.aws/config' for the aws config file to use during credential sourcing
| ByteCursor Aws::Crt::Auth::CredentialsProviderProfileConfig::CredentialsFileNameOverride |
Override file path (instead of '~/.aws/credentials' for the aws credentials file to use during credential sourcing
| ByteCursor Aws::Crt::Auth::CredentialsProviderProfileConfig::ProfileNameOverride |
Override profile name to use (instead of default) when the provider sources credentials
1.8.18