Query #
Overview #
Run a query on DynamoDB. A Query operation always returns a result set. If no matching items are found, the result set will be empty.
AWS API Reference: https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_Query.html
Method #
QUERY_TABLE
Import Parameters #
The request uses the following import parameters.
-
i_user_name
Required: Yes.
The IAM user of AWS account.
-
i_table_name
Required: Yes.
Name of the table to be created.
-
i_region
Required: Yes.
Name of the region.
-
i_query
Required: Yes.
Query to be executed.
Export Parameters #
This method use the following export parameters:
-
e_http_status
HTTP Status code. Returns 200 if no errors found.
-
e_response_headers
Returns information about the request in format Name/Value pair values.
-
e_response_content
Response content in string format.