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

#include <Credentials.h>

Public Member Functions

 CredentialsProviderLoginConfig ()

Public Attributes

String LoginSession
String LoginCacheOverride
String LoginRegion
Io::ClientBootstrapBootstrap
Io::TlsConnectionOptions TlsConnectionOptions

Detailed Description

Configuration options for the STS Web Identity credentials provider

Constructor & Destructor Documentation

◆ CredentialsProviderLoginConfig()

Aws::Crt::Auth::CredentialsProviderLoginConfig::CredentialsProviderLoginConfig ( )

Member Data Documentation

◆ Bootstrap

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

Connection bootstrap to use to create the http connection required to query credentials from the STS provider

Note: If null, then the default ClientBootstrap is used (see Aws::Crt::ApiHandle::GetOrCreateStaticDefaultClientBootstrap)

◆ LoginCacheOverride

String Aws::Crt::Auth::CredentialsProviderLoginConfig::LoginCacheOverride

Overrides the login cache directory. by default the cache directory is located at ~/.aws/login/cache.

◆ LoginRegion

String Aws::Crt::Auth::CredentialsProviderLoginConfig::LoginRegion

The region associated with the AWS Login call

◆ LoginSession

String Aws::Crt::Auth::CredentialsProviderLoginConfig::LoginSession

The arn associated with the AWS login session.

◆ TlsConnectionOptions

Io::TlsConnectionOptions Aws::Crt::Auth::CredentialsProviderLoginConfig::TlsConnectionOptions

TLS configuration for secure socket connections.


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