Learn R Programming

paws.management (version 0.1.6)

ssm_describe_patch_properties: Lists the properties of available patches organized by product, product family, classification, severity, and other properties of available patches

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 actions such as CreatePatchBaseline, UpdatePatchBaseline, DescribeAvailablePatches, and DescribePatchBaselines.

Usage

ssm_describe_patch_properties(OperatingSystem, Property, PatchSet,
  MaxResults, NextToken)

Arguments

OperatingSystem

[required] The operating system type for which to list patches.

Property

[required] The patch property for which you want to view patch details.

PatchSet

Indicates whether to list patches for the Windows operating system or for Microsoft applications. Not applicable for Linux operating systems.

MaxResults

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.

NextToken

The token for the next set of items to return. (You received this token from a previous call.)

Request syntax

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"
)

Details

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