startExecutionPreview

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

Samples


fun main() { 
   //sampleStart 
   // This example illustrates one usage of StartExecutionPreview
val resp = ssmClient.startExecutionPreview {
    documentName = "AWS-StartEC2Instance"
} 
   //sampleEnd
}