A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/SSM/Types/PatchRule.html below:

PatchRule — AWS SDK for Ruby V2

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

Class: Aws::SSM::Types::PatchRule
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

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

{
  patch_filter_group: {     patch_filters: [       {
        key: "ARCH",         values: ["PatchFilterValue"],       },
    ],
  },
  compliance_level: "CRITICAL",   approve_after_days: 1,
  approve_until_date: "PatchStringDateTime",
  enable_non_security: false,
}

Defines an approval rule for a patch baseline.

Instance Attribute Summary collapse Instance Attribute Details #approve_after_days ⇒ Integer

The number of days after the release date of each patch matched by the rule that the patch is marked as approved in the patch baseline. For example, a value of 7 means that patches are approved seven days after they are released. Not supported on Ubuntu Server.

#approve_until_date ⇒ String

The cutoff date for auto approval of released patches. Any patches released on or before this date are installed automatically. Not supported on Ubuntu Server.

Enter dates in the format YYYY-MM-DD. For example, 2020-12-31.

#compliance_level ⇒ String

A compliance severity level for all approved patches in a patch baseline.

Possible values:

#enable_non_security ⇒ Boolean

For instances identified by the approval rule filters, enables a patch baseline to apply non-security updates available in the specified repository. The default value is \'false\'. Applies to Linux instances only.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4