Data.Cloud.AmazonAPI.TAmazonNotificationEvent.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
function public
Data.Cloud.AmazonAPI.pas
Data.Cloud.AmazonAPI.hpp
Data.Cloud.AmazonAPI TAmazonNotificationEvent

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

Topic

The SNS topic to send notifications to.

Event

The event to notify.

See Also