ssm_start_execution_preview: Initiates the process of creating a preview showing the...

View source: R/ssm_operations.R

ssm_start_execution_previewR 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 ⁠$DEFAULT⁠.

ExecutionInputs

Information about the inputs that can be specified for the preview operation.


paws.management documentation built on April 3, 2025, 10:39 p.m.