Data.Cloud.AmazonAPI.TAmazonNotificationEvent.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

class function Create(const Topic, Event: string): TAmazonNotificationEvent; static;

C++

static TAmazonNotificationEvent __fastcall Create(const System::UnicodeString Topic, const System::UnicodeString Event);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
Data.Cloud.AmazonAPI.pas
Data.Cloud.AmazonAPI.hpp
Data.Cloud.AmazonAPI TAmazonNotificationEvent


Beschreibung

Erstellt eine neue Instanz von TAmazonNotificationEvent.

Mit TAmazonNotificationEvent.Create wird eine neue Instanz von TAmazonNotificationEvent erstellt..

Die folgende Tabelle gibt die Bedeutung der Parameter an:

Parameter Beschreibung

Topic

Das SNS-Thema, an das Benachrichtigungen gesendet werden sollen.

Event

Das Ereignis, worüber Benachrichtigungen gesendet werden sollen.

Siehe auch