container_recipes_list_only
Lists container_recipes
in a region or regions, for all properties use container_recipes
Overview
Name | container_recipes_list_only |
Type | Resource |
Description | Resource schema for AWS::ImageBuilder::ContainerRecipe |
Id | aws.imagebuilder.container_recipes_list_only |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The Amazon Resource Name (ARN) of the container recipe. |
name | string | The name of the container recipe. |
description | string | The description of the container recipe. |
version | string | The semantic version of the container recipe (<major>.<minor>.<patch>). |
components | array | Components for build and test that are included in the container recipe. |
instance_configuration | object | A group of options that can be used to configure an instance for building and testing container images. |
dockerfile_template_data | string | Dockerfiles are text documents that are used to build Docker containers, and ensure that they contain all of the elements required by the application running inside. The template data consists of contextual variables where Image Builder places build information or scripts, based on your container image recipe. |
dockerfile_template_uri | string | The S3 URI for the Dockerfile that will be used to build your container image. |
platform_override | string | Specifies the operating system platform when you use a custom source image. |
container_type | string | Specifies the type of container, such as Docker. |
image_os_version_override | string | Specifies the operating system version for the source image. |
target_repository | object | The destination repository for the container image. |
kms_key_id | string | Identifies which KMS key is used to encrypt the container image. |
parent_image | string | The source image for the container recipe. |
working_directory | string | The working directory to be used during build and test workflows. |
tags | object | Tags that are attached to the container recipe. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all container_recipes
in a region.
SELECT
region,
arn
FROM aws.imagebuilder.container_recipes_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the container_recipes_list_only
resource, see container_recipes