Skip to content

Delete Container Recipe

imagebuilder_delete_container_recipe R Documentation

Deletes a container recipe

Description

Deletes a container recipe.

Usage

imagebuilder_delete_container_recipe(containerRecipeArn)

Arguments

containerRecipeArn

[required] The Amazon Resource Name (ARN) of the container recipe to delete.

Value

A list with the following syntax:

list(
  requestId = "string",
  containerRecipeArn = "string"
)

Request syntax

svc$delete_container_recipe(
  containerRecipeArn = "string"
)