Export Items
Export all the keys from the specified department box into a table.
Last updated
Was this helpful?
Export all the keys from the specified department box into a table.
To export all items from a department box (a storage unit within an agent), use the keyword export.
Below is a line-by-line overview of the automation syntax. Expand each line to learn more.
the department box's engine is xSpecifies the engine used for the department box. Options include: Amazon S3 for large or unstructured data, Amazon DynamoDB for fast key-value lookups, and Amazon OpenSearch for advanced search and filtering capabilities.
This phrase should be written on a new line.
❌ No — This phrase is optional.
✅ Yes — Replace x with one of the following values: s3, dynamodb, opensearch. The default is s3.
the department box's engine is "dynamodb"Last updated
Was this helpful?
Was this helpful?
HR is a department box
the department box's engine is "s3"
export HR
