aws_resource_status
Poll the status of an asynchronous AWS Cloud Control API request by passing its request token. Receive progress events with operation status like PENDING, IN_PROGRESS, SUCCESS, or FAILED.
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 |
|---|---|---|---|
| region | No | Override session region for this call. | |
| profile | No | Override session profile for this call. | |
| timeoutMs | No | Timeout in milliseconds. Default 60000. | |
| requestToken | Yes | RequestToken from a previous create/update/delete call. |