Skip to content

Start Image Pipeline Execution

imagebuilder_start_image_pipeline_execution R Documentation

Manually triggers a pipeline to create an image

Description

Manually triggers a pipeline to create an image.

Usage

imagebuilder_start_image_pipeline_execution(imagePipelineArn,
  clientToken, tags)

Arguments

imagePipelineArn

[required] The Amazon Resource Name (ARN) of the image pipeline that you want to manually invoke.

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.

tags

Specify tags for Image Builder to apply to the image resource that's created When it starts pipeline execution.

Value

A list with the following syntax:

list(
  requestId = "string",
  clientToken = "string",
  imageBuildVersionArn = "string"
)

Request syntax

svc$start_image_pipeline_execution(
  imagePipelineArn = "string",
  clientToken = "string",
  tags = list(
    "string"
  )
)