Delete an Item (com.ibi.agents.XDDynamoDBDeleteItem)

Syntax:

com.ibi.agents.XDDynamoDBDeleteItem

iIT Service Object:

format: Delete an Item

Description: Deletes an item from the table.

Parameters:

Parameter

Description

Access key *

The access key provided by Amazon.

Secret Key *

The secret key provided by Amazon.

Region *

AWS Region is a separate geographic area, for example "US_EAST_1".

Request Timeout *

Sets the amount of time to wait (in milliseconds) for the request to complete before giving up and timing out.

ConnectionTimeout *

Sets the amount of time to wait (in milliseconds) when initially establishing a connection before giving up and timing out.

Execution Timeout *

Sets the amount of time (in milliseconds) to allow the client to complete the execution of an API call.

Max Idle Timeout *

Sets the maximum amount of time that an idle connection may sit in the connection pool and still be eligible for reuse.

Socket Timeout *

Sets the amount of time to wait (in milliseconds) for data to be transferred over an established, open connection before the connection times out and is closed.

Max Connections *

Sets the maximum number of allowed open HTTP connections.

Max Retry Policy *

Sets the maximum number of retry attempts for failed retriable requests.

Endpoint

Provide a DynamoDB endpoint, for example "http://localhost:8000,us-east-1".

Use End Point

The server URL.

Table Name *

The DynamoDb table name.

Item primary key *

The Item primary key name.

Item primary key value *

The Item primary key value.

Item sort key value

The Item sort key value.

Item sort key

The Item sort key name.

Item primary key type

The Item primary data key type.

Item sort key type

The Item sort data key type,

Edges:

The following table lists the available Line Edges for the Delete an Item (com.ibi.agents.XDDynamoDBDeleteItem).

Line Edge

Description

OnError

An exception occurred during execution.

OnSuccess

The operation was successful.

OnFailure

A fail condition occurred during execution.

OnParseError

Could not parse a document.

OnFailedOperation

Could not perform the operation requested.