Delete Image Recipe
imagebuilder_delete_image_recipe | R Documentation |
Deletes an image recipe¶
Description¶
Deletes an image recipe.
Usage¶
imagebuilder_delete_image_recipe(imageRecipeArn)
Arguments¶
imageRecipeArn |
[required] The Amazon Resource Name (ARN) of the image recipe to delete. |
Value¶
A list with the following syntax:
list(
requestId = "string",
imageRecipeArn = "string"
)
Request syntax¶
svc$delete_image_recipe(
imageRecipeArn = "string"
)