aws.ssm.describe_patch_properties
Example SQL Queries
SELECT * FROMaws.ssm.describe_patch_propertiesWHERE"operating_system" = 'VALUE'AND "property" = 'VALUE';Description
Lists the properties of available patches organized by product, product family, classification, severity, and other properties of available patches. You can use the reported properties in the filters you specify in requests for operations such as CreatePatchBaseline, UpdatePatchBaseline, DescribeAvailablePatches, and DescribePatchBaselines.
The following section lists the properties that can be used in filters for each major operating system type:
- AMAZON_LINUX
Valid properties: PRODUCT | CLASSIFICATION | SEVERITY
- AMAZON_LINUX_2
Valid properties: PRODUCT | CLASSIFICATION | SEVERITY
- AMAZON_LINUX_2023
Valid properties: PRODUCT | CLASSIFICATION | SEVERITY
- CENTOS
Valid properties: PRODUCT | CLASSIFICATION | SEVERITY
- DEBIAN
Valid properties: PRODUCT | PRIORITY
- MACOS
Valid properties: PRODUCT | CLASSIFICATION
- ORACLE_LINUX
Valid properties: PRODUCT | CLASSIFICATION | SEVERITY
- REDHAT_ENTERPRISE_LINUX
Valid properties: PRODUCT | CLASSIFICATION | SEVERITY
- SUSE
Valid properties: PRODUCT | CLASSIFICATION | SEVERITY
- UBUNTU
Valid properties: PRODUCT | PRIORITY
- WINDOWS
Valid properties: PRODUCT | PRODUCT_FAMILY | CLASSIFICATION | MSRC_SEVERITY
Table Definition
| Column Name | Column Data Type |
|---|---|
| operating_system Required Input Column The operating system type for which to list patches. | VARCHAR |
| property Required Input Column The patch property for which you want to view patch details. | VARCHAR |
| patch_set Input Column Indicates whether to list patches for the Windows operating system or for applications released by Microsoft. Not applicable for the Linux or macOS operating systems. | 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 |
| properties | MAP(VARCHAR, VARCHAR) |