AutomationExecutionPreview - Amazon Systems Manager
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AutomationExecutionPreview

Information about the results of the execution preview.

Contents

Regions

Information about the Amazon Web Services Regions targeted by the execution preview.

Type: Array of strings

Array Members: Minimum number of 1 item. Maximum number of 50 items.

Required: No

StepPreviews

Information about the type of impact a runbook step would have on a resource.

  • Mutating: The runbook step would make changes to the targets through actions that create, modify, or delete resources.

  • Non_Mutating: The runbook step would retrieve data about resources but not make changes to them. This category generally includes Describe*, List*, Get*, and similar read-only API actions.

  • Undetermined: An undetermined step invokes executions performed by another orchestration service like Amazon Lambda, Amazon Step Functions, or Amazon Systems Manager Run Command. An undetermined step might also call a third-party API. Systems Manager Automation doesn't know the outcome of the orchestration processes or third-party API executions, so the results of the steps are undetermined.

Type: String to integer map

Valid Keys: Mutating | NonMutating | Undetermined

Required: No

TargetPreviews

Information that provides a preview of what the impact of running the specified Automation runbook would be.

Type: Array of TargetPreview objects

Array Members: Minimum number of 0 items. Maximum number of 50 items.

Required: No

TotalAccounts

Information about the Amazon Web Services accounts that were included in the execution preview.

Type: Integer

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: