aws.controltower.list_baselines
Example SQL Queries
SELECT * FROMaws.controltower.list_baselines;Description
Returns a summary list of all available baselines. For usage examples, see the Amazon Web Services Control Tower User Guide .
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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 full ARN of a Baseline. | VARCHAR |
| description A summary description of a Baseline. | VARCHAR |
| name The human-readable name of a Baseline. | VARCHAR |