You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SSM::Types::PatchRuleGroup

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing PatchRuleGroup as input to an Aws::Client method, you can use a vanilla Hash:

{
  patch_rules: [ # required
    {
      patch_filter_group: { # required
        patch_filters: [ # required
          {
            key: "ARCH", # required, accepts 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
            values: ["PatchFilterValue"], # required
          },
        ],
      },
      compliance_level: "CRITICAL", # accepts CRITICAL, HIGH, MEDIUM, LOW, INFORMATIONAL, UNSPECIFIED
      approve_after_days: 1,
      approve_until_date: "PatchStringDateTime",
      enable_non_security: false,
    },
  ],
}

A set of rules defining the approval rules for a patch baseline.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#patch_rulesArray<Types::PatchRule>

The rules that make up the rule group.

Returns: