Pauses or resumes image creation when the associated workflow runs a WaitForAction
step.
See https://www.paws-r-sdk.com/docs/imagebuilder_send_workflow_step_action/ for full documentation.
imagebuilder_send_workflow_step_action(
stepExecutionId,
imageBuildVersionArn,
action,
reason = NULL,
clientToken
)
[required] Uniquely identifies the workflow step that sent the step action.
[required] The Amazon Resource Name (ARN) of the image build version to send action for.
[required] The action for the image creation process to take while a workflow
WaitForAction
step waits for an asynchronous action to complete.
The reason why this action is sent.
[required] Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see Ensuring idempotency in the Amazon EC2 API Reference.