Amazon SimpleDB - End Session

Declaration

<AMAWSSIMPLEDB ACTIVITY="end_session" SESSION="text" />

Description:

Ends a SimpleDB session created by a previous step with the use of the Create Session activity.

IMPORTANT: SimpleDB activities use Amazon's SimpleDB engine to perform their work, therefore, launching and operating Amazon SimplDB through requires a valid Access Key ID and Secret Access Key.

Practical Usage

Used to mark the end a SimpleDB session.

Parameters

Credentials Properties

Property

Type

Required

Default

Markup

Description

Session Name

Text

Yes

(Empty)

SESSION="SimpleDBSession2"

Specifies the session name to end.

Description

Error Causes

On Error

Example

NOTE: The sample AML code below can be copied and pasted directly into the Steps panel of the Task Builder.

Description: End SimpleDB session "SimpleDBSession2".

<AMAWSSIMPLEDB ACTIVITY="end_session" SESSION="SimpleDBSession2" />