Open 3D Engine AWSCore Gem API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AWSCore::AWSCVarCredentialHandler Class Reference

#include <AWSCVarCredentialHandler.h>

Inherits AWSCredentialRequestBus::Handler.

Public Member Functions

void ActivateHandler ()
 
void DeactivateHandler ()
 
int GetCredentialHandlerOrder () const override
 
std::shared_ptr< Aws::Auth::AWSCredentialsProvider > GetCredentialsProvider () override
 

Detailed Description

AWSCVarCredentialHandler is the handler to manage CVar input AWS credentials

Member Function Documentation

◆ ActivateHandler()

void AWSCore::AWSCVarCredentialHandler::ActivateHandler ( )

Activate handler and its credentials provider, make sure activation invoked after AWSNativeSDK init to avoid memory leak

◆ DeactivateHandler()

void AWSCore::AWSCVarCredentialHandler::DeactivateHandler ( )

Deactivate handler and its credentials provider, make sure deactivation invoked before AWSNativeSDK shutdown to avoid memory leak


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