AWS::SSM::MaintenanceWindowResource type definition for AWS::SSM::MaintenanceWindow
11 configurable properties. 5 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
AllowUnassociatedTargets | boolean | Required |
Cutoff | integer | Required |
Duration | integer | Required |
Name | string | Required |
Schedule | string | Required |
Description | string | |
EndDate | string | |
ScheduleOffset | integer | |
ScheduleTimezone | string | |
StartDate | string | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
WindowId | string | The ID of the maintenance window. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SSM::MaintenanceWindow
Resources:
MyResource:
Type: AWS::SSM::MaintenanceWindow
Properties:
AllowUnassociatedTargets: true
Cutoff: 1
Schedule: "value"
Duration: 1
Name: "my-name"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
ssm:CreateMaintenanceWindowssm:AddTagsToResourcessm:GetMaintenanceWindowssm:ListTagsForResourcessm:UpdateMaintenanceWindowssm:AddTagsToResourcessm:RemoveTagsFromResourcessm:DeleteMaintenanceWindowssm:GetMaintenanceWindowssm:DescribeMaintenanceWindowsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterWindowId