aws_resource_status
Poll the status of an AWS Cloud Control API async request (create/update/delete) using the returned request token. Returns the current progress event with operation status.
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. |