AWS::SSM::PatchBaselineResource Type definition for AWS::SSM::PatchBaseline
15 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | Required |
ApprovalRules | RuleGroup | |
ApprovedPatches | Array<string> | |
ApprovedPatchesComplianceLevel | string | |
ApprovedPatchesEnableNonSecurity | boolean | |
AvailableSecurityUpdatesComplianceStatus | string | |
DefaultBaseline | boolean | |
Description | string | |
GlobalFilters | PatchFilterGroup | |
OperatingSystem | string | Create-only |
PatchGroups | Array<string> | |
RejectedPatches | Array<string> | |
RejectedPatchesAction | string | |
Sources | Array<PatchSource> | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Id | string | The ID of the patch baseline. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SSM::PatchBaseline
Resources:
MyResource:
Type: AWS::SSM::PatchBaseline
Properties:
Name: "my-name"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
ssm:CreatePatchBaselinessm:RegisterPatchBaselineForPatchGroupssm:AddTagsToResourcessm:RemoveTagsFromResourcessm:ListTagsForResourcessm:GetDefaultPatchBaselinessm:RegisterDefaultPatchBaselinessm:DeletePatchBaselinessm:GetPatchBaselinessm:DeregisterPatchBaselineForPatchGroupssm:DescribePatchBaselinesssm:GetDefaultPatchBaselinessm:GetPatchBaselinessm:ListTagsForResourcessm:GetDefaultPatchBaselinessm:GetPatchBaselinessm:ListTagsForResourcessm:UpdatePatchBaselinessm:DeregisterPatchBaselineForPatchGroupssm:AddTagsToResourcessm:RemoveTagsFromResourcessm:ListTagsForResourcessm:GetDefaultPatchBaselinessm:RegisterDefaultPatchBaselineOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
OperatingSystem