AWS::SSM::PatchBaseline PatchFilter - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::SSM::PatchBaseline PatchFilter

The PatchFilter property type defines a patch filter for an Amazon Systems Manager patch baseline.

The PatchFilters property of the PatchFilterGroup property type contains a list of PatchFilter property types.

You can view lists of valid values for the patch properties by running the DescribePatchProperties command. For more information, see DescribePatchProperties in the Amazon Systems Manager API Reference.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Key" : String, "Values" : [ String, ... ] }

YAML

Key: String Values: - String

Properties

Key

The key for the filter.

For information about valid keys, see PatchFilter in the Amazon Systems Manager API Reference.

Required: No

Type: String

Allowed values: ARCH | ADVISORY_ID | BUGZILLA_ID | PATCH_SET | PRODUCT | PRODUCT_FAMILY | CLASSIFICATION | CVE_ID | EPOCH | MSRC_SEVERITY | NAME | PATCH_ID | SECTION | PRIORITY | REPOSITORY | RELEASE | SEVERITY | SECURITY | VERSION

Update requires: No interruption

Values

The value for the filter key.

For information about valid values for each key based on operating system type, see PatchFilter in the Amazon Systems Manager API Reference.

Required: No

Type: Array of String

Minimum: 1

Maximum: 20

Update requires: No interruption