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::AWSScriptBehaviorDynamoDBNotifications Class Referenceabstract

AWS Script Behavior notifications for ScriptCanvas behaviors that interact with AWS DynamoDB. More...

#include <AWSScriptBehaviorDynamoDB.h>

Inherits AZ::EBusTraits.

Public Member Functions

virtual void OnGetItemSuccess (const DynamoDBAttributeValueMap &resultBody)=0
 Called when a successful script behavior dynamodb get item call has occurred.
 
virtual void OnGetItemError (const AZStd::string &errorBody)=0
 Called when script behavior dynamodb get item call has failed.
 

Static Public Attributes

static const AZ::EBusHandlerPolicy HandlerPolicy = AZ::EBusHandlerPolicy::Multiple
 
static const AZ::EBusAddressPolicy AddressPolicy = AZ::EBusAddressPolicy::Single
 

Detailed Description

AWS Script Behavior notifications for ScriptCanvas behaviors that interact with AWS DynamoDB.


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