aws.ssm.get_patch_baseline_for_patch_group
Example SQL Queries
SELECT * FROMaws.ssm.get_patch_baseline_for_patch_groupWHERE"patch_group" = 'VALUE';Description
Retrieves the patch baseline that should be used for the specified patch group.
Table Definition
| Column Name | Column Data Type |
|---|---|
| patch_group Required Input Column The name of the patch group. | VARCHAR |
| operating_system Input Column The operating system rule specified for patch groups using the 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 patch baseline that should be used for the patch group. | VARCHAR |