Skip to main content

image_recipe_tags

Expands all tag keys and values for image_recipes in a region

Overview

Nameimage_recipe_tags
TypeResource
DescriptionResource schema for AWS::ImageBuilder::ImageRecipe
Idaws.imagebuilder.image_recipe_tags

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.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all image_recipes in a region.

SELECT
region,
arn,
name,
description,
version,
components,
block_device_mappings,
parent_image,
working_directory,
additional_instance_configuration,
tag_key,
tag_value
FROM aws.imagebuilder.image_recipe_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the image_recipe_tags resource, see image_recipes