View source: R/ssm_operations.R
ssm_start_execution_preview | R Documentation |
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
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.