aws.cloudcontrol.get_resource_request_status
Example SQL Queries
SELECT * FROMaws.cloudcontrol.get_resource_request_statusWHERE"request_token" = 'VALUE';Description
Returns the current status of a resource operation request. For more information, see Tracking the progress of resource operation requests in the Amazon Web Services Cloud Control API User Guide.
Table Definition
| Column Name | Column Data Type |
|---|---|
| request_token Required Input Column A unique token used to track the progress of the resource operation request. Request tokens are included in the ProgressEvent type returned by a resource operation request. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| progress_event Represents the current status of the resource operation request. | STRUCT( |
Show child fields
| |