ssm_start_execution_preview {paws.management} | R Documentation |
Initiates the process of creating a preview showing the effects that running a specified Automation runbook would have on the targeted resources
Description
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.
Usage
ssm_start_execution_preview(
DocumentName,
DocumentVersion = NULL,
ExecutionInputs = NULL
)
Arguments
DocumentName |
[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. |
DocumentVersion |
The version of the Automation runbook to run. The default value is
|
ExecutionInputs |
Information about the inputs that can be specified for the preview operation. |
[Package paws.management version 0.9.0 Index]