aws_resource_status
Get the status of an async create, update, or delete operation by providing the request token.
Instructions
Poll the status of an async Cloud Control API request (create/update/delete). Pass the requestToken returned by those tools. Returns the current ProgressEvent with OperationStatus: PENDING | IN_PROGRESS | SUCCESS | FAILED | CANCEL_IN_PROGRESS | CANCEL_COMPLETE.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| requestToken | Yes | RequestToken from a previous create/update/delete call. | |
| profile | No | Override session profile for this call. | |
| region | No | Override session region for this call. | |
| timeoutMs | No | Timeout in milliseconds. Default 60000. |