---
type: resource-type
title: PatchBaseline
description: aws resource type AWS::SSM::PatchBaseline
name: PatchBaseline
lexicon: aws
resource_type: AWS::SSM::PatchBaseline
---
`AWS::SSM::PatchBaseline`, a resource type of the aws lexicon.

## Properties

- `Name` (`string`, required): The name of the patch baseline.
- `ApprovalRules` (`PatchBaseline_RuleGroup`, optional)
- `ApprovedPatches` (`string[]`, optional): A list of explicitly approved patches for the baseline.
- `ApprovedPatchesComplianceLevel` (`"CRITICAL" | "HIGH" | "INFORMATIONAL" | "LOW" | "MEDIUM" | "UNSPECIFIED"`, optional): Defines the compliance level for approved patches. This means that if an approved patch is reported as missing, this is the severity of the compliance violation. The default value is UNSPECIFIED.
- `ApprovedPatchesEnableNonSecurity` (`boolean`, optional): Indicates whether the list of approved patches includes non-security updates that should be applied to the instances. The default value is 'false'. Applies to Linux instances only.
- `AvailableSecurityUpdatesComplianceStatus` (`"COMPLIANT" | "NON_COMPLIANT"`, optional): The compliance status for vendor recommended security updates that are not approved by this patch baseline.
- `DefaultBaseline` (`boolean`, optional): Set the baseline as default baseline. Only registering to default patch baseline is allowed.
- `Description` (`string`, optional): The description of the patch baseline.
- `GlobalFilters` (`PatchBaseline_PatchFilterGroup`, optional): A set of global filters used to include patches in the baseline.
- `Id` (`string`, optional): The ID of the patch baseline.
- `OperatingSystem` (`"ALMA_LINUX" | "AMAZON_LINUX" | "AMAZON_LINUX_2" | "AMAZON_LINUX_2022" | "AMAZON_LINUX_2023" | "CENTOS" | "DEBIAN" | "MACOS" | "ORACLE_LINUX" | "RASPBIAN" | "REDHAT_ENTERPRISE_LINUX" | "ROCKY_LINUX" | "SUSE" | "UBUNTU" | "WINDOWS"`, optional): Defines the operating system the patch baseline applies to. The Default value is WINDOWS.
- `PatchGroups` (`string[]`, optional): PatchGroups is used to associate instances with a specific patch baseline
- `RejectedPatches` (`string[]`, optional): A list of explicitly rejected patches for the baseline.
- `RejectedPatchesAction` (`"ALLOW_AS_DEPENDENCY" | "BLOCK"`, optional): The action for Patch Manager to take on patches included in the RejectedPackages list.
- `Sources` (`PatchBaseline_PatchSource[]`, optional): Information about the patches to use to update the instances, including target operating systems and source repository. Applies to Linux instances only.
- `Tags` (`PatchBaseline_Tag[]`, optional): Optional metadata that you assign to a resource. Tags enable you to categorize a resource in different ways.

## Attributes

- `Id`
