Skip to content

Cancel Image Creation

imagebuilder_cancel_image_creation R Documentation

CancelImageCreation cancels the creation of Image

Description

CancelImageCreation cancels the creation of Image. This operation can only be used on images in a non-terminal state.

Usage

imagebuilder_cancel_image_creation(imageBuildVersionArn, clientToken)

Arguments

imageBuildVersionArn

[required] The Amazon Resource Name (ARN) of the image that you want to cancel creation for.

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.

Value

A list with the following syntax:

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

Request syntax

svc$cancel_image_creation(
  imageBuildVersionArn = "string",
  clientToken = "string"
)