AWS IoT Device SDK C++ v2  1.40.2
AWS IoT Device SDK C++ v2
Public Member Functions | Public Attributes | List of all members
Aws::Crt::Auth::CredentialsProviderSTSWebIdentityConfig Struct Reference

#include <Credentials.h>

Public Member Functions

 CredentialsProviderSTSWebIdentityConfig ()
 

Public Attributes

String RoleArn
 
String SessionName
 
String Region
 
String TokenFilePath
 
Io::ClientBootstrapBootstrap
 
Io::TlsConnectionOptions TlsConnectionOptions
 

Detailed Description

Configuration options for the STS Web Identity credentials provider

Constructor & Destructor Documentation

◆ CredentialsProviderSTSWebIdentityConfig()

Aws::Crt::Auth::CredentialsProviderSTSWebIdentityConfig::CredentialsProviderSTSWebIdentityConfig ( )

Member Data Documentation

◆ Bootstrap

Io::ClientBootstrap* Aws::Crt::Auth::CredentialsProviderSTSWebIdentityConfig::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)

◆ Region

String Aws::Crt::Auth::CredentialsProviderSTSWebIdentityConfig::Region

Region used for STS call

◆ RoleArn

String Aws::Crt::Auth::CredentialsProviderSTSWebIdentityConfig::RoleArn

Arn of the role to assume by fetching credentials for

◆ SessionName

String Aws::Crt::Auth::CredentialsProviderSTSWebIdentityConfig::SessionName

Assumed role session identifier to be associated with the sourced credentials

◆ TlsConnectionOptions

Io::TlsConnectionOptions Aws::Crt::Auth::CredentialsProviderSTSWebIdentityConfig::TlsConnectionOptions

TLS configuration for secure socket connections.

◆ TokenFilePath

String Aws::Crt::Auth::CredentialsProviderSTSWebIdentityConfig::TokenFilePath

The OAuth 2.0 access token or OpenID Connect ID token


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