AWS SDK for C++

AWS SDK for C++ Version 1.11.788

Loading...
Searching...
No Matches
Public Attributes | List of all members
Aws::Client::ClientConfiguration::CredentialProviderConfiguration::LoginProviderConfig Struct Reference

#include <ClientConfiguration.h>

Public Attributes

 
 
std::chrono::milliseconds retrieveCredentialsFutureTimeout = std::chrono::seconds(10)
 

Detailed Description

Definition at line 581 of file ClientConfiguration.h.

Member Data Documentation

◆ loginCacheOverride

Aws::String Aws::Client::ClientConfiguration::CredentialProviderConfiguration::LoginProviderConfig::loginCacheOverride {}

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

Definition at line 591 of file ClientConfiguration.h.

◆ loginSession

Aws::String Aws::Client::ClientConfiguration::CredentialProviderConfiguration::LoginProviderConfig::loginSession {}

ARN for AWS login session.

Definition at line 585 of file ClientConfiguration.h.

◆ retrieveCredentialsFutureTimeout

std::chrono::milliseconds Aws::Client::ClientConfiguration::CredentialProviderConfiguration::LoginProviderConfig::retrieveCredentialsFutureTimeout = std::chrono::seconds(10)

Time out for the credentials future call.

Definition at line 596 of file ClientConfiguration.h.


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