startExecutionPreview

Initiates the process of creating a preview showing the effects that running a specified Automation runbook would have on the targeted resources.

Samples

// This example illustrates one usage of StartExecutionPreview
val resp = ssmClient.startExecutionPreview {
    documentName = "AWS-StartEC2Instance"
}