aws.controltower.list_enabled_baselines
Example SQL Queries
SELECT * FROMaws.controltower.list_enabled_baselines;Description
Returns a list of summaries describing EnabledBaseline resources. You can filter the list by the corresponding Baseline or Target of the EnabledBaseline resources. For usage examples, see the Amazon Web Services Control Tower User Guide .
Table Definition
| Column Name | Column Data Type |
|---|---|
| filter Input Column A filter applied on the ListEnabledBaseline operation. Allowed filters are baselineIdentifiers and targetIdentifiers. The filter can be applied for either, or both. | STRUCT( |
Show child fields
| |
| _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 |
| arn The ARN of the EnabledBaseline resource | VARCHAR |
| baseline_identifier The specific baseline that is enabled as part of the EnabledBaseline resource. | VARCHAR |
| baseline_version The enabled version of the baseline. | VARCHAR |
| status_summary The deployment summary of an EnabledControl or EnabledBaseline resource. | STRUCT( |
Show child fields
| |
| target_identifier The target upon which the baseline is enabled. | VARCHAR |