container_recipe_tags
Expands all tag keys and values for container_recipes
in a region
Overview
Name | container_recipe_tags |
Type | Resource |
Description | Resource schema for AWS::ImageBuilder::ContainerRecipe |
Id | aws.imagebuilder.container_recipe_tags |
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. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all container_recipes
in a region.
SELECT
region,
arn,
name,
description,
version,
components,
instance_configuration,
dockerfile_template_data,
dockerfile_template_uri,
platform_override,
container_type,
image_os_version_override,
target_repository,
kms_key_id,
parent_image,
working_directory,
tag_key,
tag_value
FROM aws.imagebuilder.container_recipe_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the container_recipe_tags
resource, see container_recipes