aws.lightsail.get_operation
Example SQL Queries
SELECT * FROMaws.lightsail.get_operationWHERE"operation_id" = 'VALUE';Description
Returns information about a specific operation. Operations include events such as when you create an instance, allocate a static IP, attach a static IP, and so on.
Table Definition
| Column Name | Column Data Type |
|---|---|
| operation_id Required Input Column A GUID used to identify the operation. | 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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| operation An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request. | STRUCT( |
Show child fields
| |