aws-crt-cpp
Public Member Functions | Public Attributes | List of all members
Aws::Crt::Auth::CredentialsProviderCachedConfig Struct Reference

#include <Credentials.h>

Public Member Functions

 CredentialsProviderCachedConfig ()
 

Public Attributes

std::shared_ptr< ICredentialsProviderProvider
 
std::chrono::milliseconds CachedCredentialTTL
 

Detailed Description

Configuration options for a provider that caches the results of another provider

Constructor & Destructor Documentation

◆ CredentialsProviderCachedConfig()

Aws::Crt::Auth::CredentialsProviderCachedConfig::CredentialsProviderCachedConfig ( )
inline

Member Data Documentation

◆ CachedCredentialTTL

std::chrono::milliseconds Aws::Crt::Auth::CredentialsProviderCachedConfig::CachedCredentialTTL

How long a cached credential set will be used for

◆ Provider

std::shared_ptr<ICredentialsProvider> Aws::Crt::Auth::CredentialsProviderCachedConfig::Provider

The provider to cache credentials from


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