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 actions such as CreatePatchBaseline, UpdatePatchBaseline, DescribeAvailablePatches, and DescribePatchBaselines.
ssm_describe_patch_properties(OperatingSystem, Property, PatchSet,
MaxResults, NextToken)
[required] The operating system type for which to list patches.
[required] The patch property for which you want to view patch details.
Indicates whether to list patches for the Windows operating system or for Microsoft applications. Not applicable for Linux operating systems.
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
The token for the next set of items to return. (You received this token from a previous call.)
svc$describe_patch_properties( OperatingSystem = "WINDOWS"|"AMAZON_LINUX"|"AMAZON_LINUX_2"|"UBUNTU"|"REDHAT_ENTERPRISE_LINUX"|"SUSE"|"CENTOS", Property = "PRODUCT"|"PRODUCT_FAMILY"|"CLASSIFICATION"|"MSRC_SEVERITY"|"PRIORITY"|"SEVERITY", PatchSet = "OS"|"APPLICATION", MaxResults = 123, NextToken = "string" )
The following section lists the properties that can be used in filters for each major operating system type:
WINDOWS
: Valid properties: PRODUCT, PRODUCT\_FAMILY, CLASSIFICATION, MSRC\_SEVERITY
AMAZON\_LINUX
: Valid properties: PRODUCT, CLASSIFICATION, SEVERITY
AMAZON\_LINUX\_2
: Valid properties: PRODUCT, CLASSIFICATION, SEVERITY
UBUNTU
: Valid properties: PRODUCT, PRIORITY
REDHAT\_ENTERPRISE\_LINUX
: Valid properties: PRODUCT, CLASSIFICATION, SEVERITY
SUSE
: Valid properties: PRODUCT, CLASSIFICATION, SEVERITY
CENTOS
: Valid properties: PRODUCT, CLASSIFICATION, SEVERITY