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::CredentialsProviderStaticConfig Struct Reference

#include <Credentials.h>

Public Member Functions

 CredentialsProviderStaticConfig ()
 

Public Attributes

ByteCursor AccessKeyId
 
ByteCursor SecretAccessKey
 
ByteCursor SessionToken
 

Detailed Description

Configuration options for the static credentials provider

Constructor & Destructor Documentation

◆ CredentialsProviderStaticConfig()

Aws::Crt::Auth::CredentialsProviderStaticConfig::CredentialsProviderStaticConfig ( )
inline

Member Data Documentation

◆ AccessKeyId

ByteCursor Aws::Crt::Auth::CredentialsProviderStaticConfig::AccessKeyId

The value of the access key component for the provider's static aws credentials

◆ SecretAccessKey

ByteCursor Aws::Crt::Auth::CredentialsProviderStaticConfig::SecretAccessKey

The value of the secret access key component for the provider's static aws credentials

◆ SessionToken

ByteCursor Aws::Crt::Auth::CredentialsProviderStaticConfig::SessionToken

The value of the session token for the provider's static aws credentials


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