aws-crt-cpp
C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++.
Public Member Functions | Public Attributes | List of all members
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

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

Member Data Documentation

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)

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

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

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

The region associated with the AWS Login call

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

The arn associated with the AWS login session.

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

TLS configuration for secure socket connections.


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