aws.ssm.describe_patch_baselines
Example SQL Queries
SELECT * FROMaws.ssm.describe_patch_baselines;Description
Lists the patch baselines in your Amazon Web Services account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| filters Input Column Each element in the array is a structure containing a key-value pair. Supported keys for DescribePatchBaselines include the following:
| 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 |
| baseline_description The description of the patch baseline. | VARCHAR |
| baseline_id The ID of the patch baseline. | VARCHAR |
| baseline_name The name of the patch baseline. | VARCHAR |
| default_baseline Indicates whether this is the default baseline. Amazon Web Services Systems Manager supports creating multiple default patch baselines. For example, you can create a default patch baseline for each operating system. | BOOLEAN |
| operating_system Defines the operating system the patch baseline applies to. The default value is WINDOWS. | VARCHAR |