Initiates the process of creating a preview showing the effects that running a specified Automation runbook would have on the targeted resources.
See https://www.paws-r-sdk.com/docs/ssm_start_execution_preview/ for full documentation.
ssm_start_execution_preview(
DocumentName,
DocumentVersion = NULL,
ExecutionInputs = NULL
)
[required] The name of the Automation runbook to run. The result of the execution preview indicates what the impact would be of running this runbook.
The version of the Automation runbook to run. The default value is
$DEFAULT
.
Information about the inputs that can be specified for the preview operation.