aws.controltower.get_baseline
Example SQL Queries
SELECT * FROMaws.controltower.get_baselineWHERE"baseline_identifier" = 'VALUE';Description
Retrieve details about an existing Baseline resource by specifying its identifier. For usage examples, see the Amazon Web Services Control Tower User Guide .
Table Definition
| Column Name | Column Data Type |
|---|---|
| baseline_identifier Required Input Column The ARN of the Baseline resource to be retrieved. | 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 |
| arn The baseline ARN. | VARCHAR |
| description A description of the baseline. | VARCHAR |
| name A user-friendly name for the baseline. | VARCHAR |