aws.controltower.get_baseline_operation
Example SQL Queries
SELECT * FROMaws.controltower.get_baseline_operationWHERE"operation_identifier" = 'VALUE';Description
Returns the details of an asynchronous baseline operation, as initiated by any of these APIs: EnableBaseline, DisableBaseline, UpdateEnabledBaseline, ResetEnabledBaseline. A status message is displayed in case of operation failure. For usage examples, see the Amazon Web Services Control Tower User Guide .
Table Definition
| Column Name | Column Data Type |
|---|---|
| operation_identifier Required Input Column The operation ID returned from mutating asynchronous APIs (Enable, Disable, Update, Reset). | 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 |
| baseline_operation A baselineOperation object that shows information about the specified operation ID. | STRUCT( |
Show child fields
| |