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

Image Event

Fired upon a successful call to ListImages .

Syntax

ec2.on('Image', [callback])

Callback

The 'callback' is called when the 'Image' event is emited.

function(e){ }

The argument 'e' has the following properties:

e.imageId
e.location
e.state
e.ownerId
e.isPublic
e.architecture
e.imageType
e.kernelId
e.ramdiskId
e.productCodes

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