Data.Cloud.AmazonAPI.TAmazonNotificationEvent.Create
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Data.Cloud.AmazonAPI.pas Data.Cloud.AmazonAPI.hpp
| |
Unit: Data.Cloud.AmazonAPI | |
Parent: TAmazonNotificationEvent |
Delphi
class function Create(const Topic, Event: string): TAmazonNotificationEvent; static;
C++
static TAmazonNotificationEvent __fastcall Create(const System::UnicodeString Topic, const System::UnicodeString Event);
Description
Creates a new instance of TAmazonNotificationEvent.
Use TAmazonNotificationEvent.Create to create a new instance of TAmazonNotificationEvent.
The following table shows the significance of the parameters:
Parameter | Description |
---|---|
|
The SNS topic to send notifications to. |
|
The event to notify. |