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 SimpleDB requires a valid Access Key ID and Secret Access Key.

Practical Usage

Used to mark the end a SimpleDB session.

Credentials Parameters

Property

Type

Required

Default

Markup

Description

Session Name

Text

Yes

(Empty)

SESSION="SimpleDBSession2"

Specifies the session name to end.

Description tab - A custom description can be provided on the Description tab to convey additional information or share special notes about a task step.

Error Causes tab - Specify how this step should behave upon the occurrence of an error. (Refer to Task Builder > Error Causes Tab for details.)

On Error tab - Specify what AWE should do if this step encounters an error as defined on the Error Causes tab. (Refer to Task Builder > On Error Tab for details.)

Example

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

DescriptionEnd SimpleDB session "SimpleDBSession2".

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