AWS::SSM::MaintenanceWindowTask MaintenanceWindowAutomationParameters - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::SSM::MaintenanceWindowTask MaintenanceWindowAutomationParameters

The MaintenanceWindowAutomationParameters property type specifies the parameters for an AUTOMATION task type for a maintenance window task in AWS Systems Manager.

MaintenanceWindowAutomationParameters is a property of the TaskInvocationParameters property type.

For information about available parameters in Automation runbooks, you can view the content of the runbook itself in the Systems Manager console. For information, see View runbook content in the AWS Systems Manager User Guide.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "DocumentVersion" : String, "Parameters" : Json }

YAML

DocumentVersion: String Parameters: Json

Properties

DocumentVersion

The version of an Automation runbook to use during task execution.

Required: No

Type: String

Pattern: ([$]LATEST|[$]DEFAULT|^[1-9][0-9]*$)

Update requires: No interruption

Parameters

The parameters for the AUTOMATION type task.

Required: No

Type: Json

Update requires: No interruption