Data.Cloud.AmazonAPI.TAmazonNotificationEvent
[–] Properties | |
---|---|
Type: record struct
| |
Visibility: public | |
Source: Data.Cloud.AmazonAPI.pas Data.Cloud.AmazonAPI.hpp
| |
Unit: Data.Cloud.AmazonAPI | |
Parent: Data.Cloud.AmazonAPI |
Delphi
TAmazonNotificationEvent = record
C++
struct DECLSPEC_DRECORD TAmazonNotificationEvent
{
public:
System::UnicodeString Topic;
System::UnicodeString Event;
static TAmazonNotificationEvent __fastcall Create(const System::UnicodeString Topic, const System::UnicodeString Event);
};
Description
A topic for Amazon notification.
The TAmazonNotificationEvent record specifies a topic for an Amazon notification.
The Topic field references an SNS (Simple Notification Service) topic to which to send notifications. Currently, the s3:ReducedRedundancyLostObject event is the only event supported by Amazon S3.