Skip to main content

image_recipe

Gets an individual image_recipe resource

Overview

Nameimage_recipe
TypeResource
Descriptionimage_recipe
Idawscc.imagebuilder.image_recipe

Fields

NameDatatypeDescription
arnstringThe Amazon Resource Name (ARN) of the image recipe.
namestringThe name of the image recipe.
descriptionstringThe description of the image recipe.
versionstringThe version of the image recipe.
componentsarrayThe components of the image recipe.
block_device_mappingsarrayThe block device mappings to apply when creating images from this recipe.
parent_imagestringThe parent image of the image recipe.
working_directorystringThe working directory to be used during build and test workflows.
additional_instance_configurationobjectSpecify additional settings and launch scripts for your build instances.
tagsobjectThe tags of the image recipe.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
arn,
name,
description,
version,
components,
block_device_mappings,
parent_image,
working_directory,
additional_instance_configuration,
tags
FROM awscc.imagebuilder.image_recipe
WHERE data__Identifier = '<Arn>';

Permissions

To operate on the image_recipe resource, the following permissions are required:

Read

imagebuilder:GetImageRecipe

Delete

imagebuilder:UnTagResource,
imagebuilder:GetImageRecipe,
imagebuilder:DeleteImageRecipe