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/CreatePatchBaselineRequest.html below:

CreatePatchBaselineRequest — AWS SDK for Ruby V2

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

{
  operating_system: "WINDOWS",   name: "BaselineName",   global_filters: {
    patch_filters: [       {
        key: "ARCH",         values: ["PatchFilterValue"],       },
    ],
  },
  approval_rules: {
    patch_rules: [       {
        patch_filter_group: {           patch_filters: [             {
              key: "ARCH",               values: ["PatchFilterValue"],             },
          ],
        },
        compliance_level: "CRITICAL",         approve_after_days: 1,
        approve_until_date: "PatchStringDateTime",
        enable_non_security: false,
      },
    ],
  },
  approved_patches: ["PatchId"],
  approved_patches_compliance_level: "CRITICAL",   approved_patches_enable_non_security: false,
  rejected_patches: ["PatchId"],
  rejected_patches_action: "ALLOW_AS_DEPENDENCY",   description: "BaselineDescription",
  sources: [
    {
      name: "PatchSourceName",       products: ["PatchSourceProduct"],       configuration: "PatchSourceConfiguration",     },
  ],
  client_token: "ClientToken",
  tags: [
    {
      key: "TagKey",       value: "TagValue",     },
  ],
}

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