Pauses or resumes image creation when the associated workflow runs a WaitForAction step
Source:R/imagebuilder_operations.R
imagebuilder_send_workflow_step_action.RdPauses 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.
Usage
imagebuilder_send_workflow_step_action(
stepExecutionId,
imageBuildVersionArn,
action,
reason = NULL,
clientToken
)Arguments
- stepExecutionId
[required] Uniquely identifies the workflow step that sent the step action.
- imageBuildVersionArn
[required] The Amazon Resource Name (ARN) of the image build version to send action for.
- action
[required] The action for the image creation process to take while a workflow
WaitForActionstep waits for an asynchronous action to complete.- reason
The reason why this action is sent.
- clientToken
[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.