aws.controltower.get_control_operation
Example SQL Queries
SELECT * FROMaws.controltower.get_control_operationWHERE"operation_identifier" = 'VALUE';Description
Returns the status of a particular EnableControl or DisableControl operation. Displays a message in case of error. Details for an operation are available for 90 days. For usage examples, see the Controls Reference Guide .
Table Definition
| Column Name | Column Data Type |
|---|---|
| operation_identifier Required Input Column The ID of the asynchronous operation, which is used to track status. The operation is available for 90 days. | 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 |
| control_operation An operation performed by the control. | STRUCT( |
Show child fields
| |