aws.lightsail.get_operations
Example SQL Queries
SELECT * FROMaws.lightsail.get_operations;Description
Returns information about all operations.
Results are returned from oldest to newest, up to a maximum of 200. Results can be paged by making each subsequent call to GetOperations use the maximum (last) statusChangedAt value from the previous request.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| created_at The timestamp when the operation was initialized (1479816991.349). | TIMESTAMP_S |
| error_code The error code. | VARCHAR |
| error_details The error details. | VARCHAR |
| id The ID of the operation. | VARCHAR |
| is_terminal A Boolean value indicating whether the operation is terminal. | BOOLEAN |
| location The Amazon Web Services Region and Availability Zone. | STRUCT( |
Show child fields
| |
| operation_details Details about the operation (Debian-1GB-Ohio-1). | VARCHAR |
| operation_type The type of operation. | VARCHAR |
| resource_name The resource name. | VARCHAR |
| resource_type The resource type. | VARCHAR |
| status The status of the operation. | VARCHAR |
| status_changed_at The timestamp when the status was changed (1479816991.349). | TIMESTAMP_S |