aws.ssm_sap.get_operation
Example SQL Queries
SELECT * FROMaws.ssm_sap.get_operationWHERE"operation_id" = 'VALUE';Description
Gets the details of an operation by specifying the operation ID.
Table Definition
| Column Name | Column Data Type |
|---|---|
| operation_id Required Input Column The ID of 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 Returns the details of an operation. | STRUCT( |
Show child fields
| |