AWS IoT Device SDK C++ v2 1.44.2
AWS IoT Device SDK C++ v2
Loading...
Searching...
No Matches
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: