Amazon SQS - End session

Declaration

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

Related Topics    

Description

Ends an SQS session previously created with the use of the Amazon SQS - Create session activity.

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

Practical Usage

Used to end an existing SQS session.

Parameters

Credentials

Property Type Required Default Markup Description
Session Name Text Yes (Empty) SESSION="SQSSession2" Specifies the name of the session to end.
NOTE: To start a session, use the Amazon SQS - Create session activity.

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.
  • Parameters containing user credentials, files, file paths, and/or other information specific to the task must be customized before the sample code can run successfully.

Description

This sample task ends a SQS session.

Copy
<AMAWSSQS ACTIVITY="end_session" SESSION="SQSSession1" />