image_recipe
Gets an individual image_recipe
resource
Overview
Name | image_recipe |
Type | Resource |
Description | image_recipe |
Id | awscc.imagebuilder.image_recipe |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The Amazon Resource Name (ARN) of the image recipe. |
name | string | The name of the image recipe. |
description | string | The description of the image recipe. |
version | string | The version of the image recipe. |
components | array | The components of the image recipe. |
block_device_mappings | array | The block device mappings to apply when creating images from this recipe. |
parent_image | string | The parent image of the image recipe. |
working_directory | string | The working directory to be used during build and test workflows. |
additional_instance_configuration | object | Specify additional settings and launch scripts for your build instances. |
tags | object | The tags of the image recipe. |
region | string | AWS 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