aws.ssm.describe_patch_groups
Example SQL Queries
SELECT * FROMaws.ssm.describe_patch_groups;Description
Lists all patch groups that have been registered with patch baselines.
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 DescribePatchGroups 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_identity The patch baseline the patch group is registered with. | STRUCT( |
Show child fields
| |
| patch_group The name of the patch group registered with the patch baseline. | VARCHAR |