AWS::SSM::MaintenanceWindowTargetResource type definition for AWS::SSM::MaintenanceWindowTarget
6 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ResourceType | string | Required |
Targets | Array<Targets> | Required |
WindowId | string | RequiredCreate-only |
Description | string | |
Name | string | |
OwnerInformation | string |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
WindowTargetId | string | The ID of the target. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SSM::MaintenanceWindowTarget
Resources:
MyResource:
Type: AWS::SSM::MaintenanceWindowTarget
Properties:
WindowId: "my-windowid"
ResourceType: "value"
Targets: []
Description: !Ref "AWS::StackName"
Name: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
ssm:DescribeMaintenanceWindowTargetsssm:RegisterTargetWithMaintenanceWindowssm:DescribeMaintenanceWindowTargetsssm:UpdateMaintenanceWindowTargetssm:DescribeMaintenanceWindowTargetsssm:DeregisterTargetFromMaintenanceWindowssm:DescribeMaintenanceWindowTargetsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterWindowIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
WindowId