Amazon Integrator V6 - Online Help
Amazon Integrator V6
Questions / Feedback?

Image Event

Fired upon a successful call to ListImages .

Syntax

typedef void __fastcall (__closure *TibaEC2ImageEvent)(System::TObject* Sender, TibaEC2ImageEventParams *e);

__property TibaEC2ImageEvent OnImage = {read=FOnImage, write=FOnImage};

typedef struct {
     String ImageId;
     String Location;
     String State;
     String OwnerId;
     bool IsPublic;
     String Architecture;
     String ImageType;
     String KernelId;
     String RamdiskId;
     String ProductCodes;
} TibaEC2ImageEventParams;

Remarks

This event is triggered by a method call to ListImages.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 6.0.6240.0