AWS IoT Device SDK C++ v2 1.44.2
AWS IoT Device SDK C++ v2
Loading...
Searching...
No Matches
Aws::Crt::Auth::CredentialsProviderProfileConfig Struct Reference

#include <Credentials.h>

Public Member Functions

 CredentialsProviderProfileConfig ()

Public Attributes

ByteCursor ProfileNameOverride
ByteCursor ConfigFileNameOverride
ByteCursor CredentialsFileNameOverride
Io::ClientBootstrapBootstrap
Io::TlsContextTlsContext
Io::TlsConnectionOptions TlsConnectionOptions
Optional< Http::ProxyEnvVarOptionsProxyEnvVarOptions

Detailed Description

Configuration options for the profile credentials provider

Constructor & Destructor Documentation

◆ CredentialsProviderProfileConfig()

Aws::Crt::Auth::CredentialsProviderProfileConfig::CredentialsProviderProfileConfig ( )
inline

Member Data Documentation

◆ Bootstrap

Io::ClientBootstrap* Aws::Crt::Auth::CredentialsProviderProfileConfig::Bootstrap

Connection bootstrap to use for any network connections made while sourcing credentials. (for example, a profile that uses assume-role will need to query STS).

◆ ConfigFileNameOverride

ByteCursor Aws::Crt::Auth::CredentialsProviderProfileConfig::ConfigFileNameOverride

Override file path (instead of '~/.aws/config' for the aws config file to use during credential sourcing

◆ CredentialsFileNameOverride

ByteCursor Aws::Crt::Auth::CredentialsProviderProfileConfig::CredentialsFileNameOverride

Override file path (instead of '~/.aws/credentials' for the aws credentials file to use during credential sourcing

◆ ProfileNameOverride

ByteCursor Aws::Crt::Auth::CredentialsProviderProfileConfig::ProfileNameOverride

Override profile name to use (instead of default) when the provider sources credentials

◆ ProxyEnvVarOptions

Optional<Http::ProxyEnvVarOptions> Aws::Crt::Auth::CredentialsProviderProfileConfig::ProxyEnvVarOptions

(Optional) Http proxy configuration for the http request that fetches credentials.

◆ TlsConnectionOptions

Io::TlsConnectionOptions Aws::Crt::Auth::CredentialsProviderProfileConfig::TlsConnectionOptions

◆ TlsContext

Io::TlsContext* Aws::Crt::Auth::CredentialsProviderProfileConfig::TlsContext

Client TLS context to use for any secure network connections made while sourcing credentials (for example, a profile that uses assume-role will need to query STS).

If a TLS context is needed, and you did not pass one in, the content of TlsConnectionOptions will be used which may be default contructed. However, you are encouraged to pass in a shared one since these are expensive objects. If using BYO_CRYPTO, you must provide the TLS context since it cannot be created automatically.


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