Amazon Keyspaces · Arazzo Workflow
Amazon Keyspaces Clone Table Schema
Version 1.0.0
Read a source table's schema and create a new table from it in a target keyspace.
Provider
Workflows
clone-table
Clone a source table's schema into a new table in a target keyspace.
Reads the source table schema, confirms the target keyspace, creates the new table from the source schema, and polls until the new table is ACTIVE.
1
2
confirmTargetKeyspace
Confirm the target keyspace exists before creating the cloned table in it.
3
createClone
Create the new table in the target keyspace using the schema captured from the source table.
4
waitForActive
Poll the cloned table until the service reports its status as ACTIVE. While the status is CREATING the step loops back on itself.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.