imagebuilder_send_workflow_step_action: Pauses or resumes image creation when the associated workflow...

View source: R/imagebuilder_operations.R

imagebuilder_send_workflow_step_actionR Documentation

Pauses or resumes image creation when the associated workflow runs a WaitForAction step

Description

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.

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 WaitForAction step 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.


paws.compute documentation built on May 29, 2024, 9:16 a.m.