aws.ssm.get_default_patch_baseline
Example SQL Queries
SELECT * FROMaws.ssm.get_default_patch_baseline;Description
Retrieves the default patch 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.
If you don't specify an operating system value, the default patch baseline for Windows is returned.
Table Definition
| Column Name | Column Data Type |
|---|---|
| operating_system Input Column The operating system for the returned patch baseline. | 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_id The ID of the default patch baseline. | VARCHAR |