View source: R/imagebuilder_operations.R
imagebuilder_send_workflow_step_action | R Documentation |
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
)
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
|
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.