AWS Systems Manager 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.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Parameters" :JSON object, "DocumentVersion" :String}
YAML
Parameters:JSON objectDocumentVersion:String
Properties
Parameters-
The parameters for the
AUTOMATIONtask.Required: No
Type: JSON object
Update requires: No interruption
DocumentVersion-
The version of an Automation document to use during task execution.
Required: No
Type: String
Update requires: No interruption
