Skip to main content

container_recipes

Retrieves a list of container_recipes in a region

Overview

Namecontainer_recipes
TypeResource
Descriptioncontainer_recipes
Idawscc.imagebuilder.container_recipes

Fields

NameDatatypeDescription
arnstringThe Amazon Resource Name (ARN) of the container recipe.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
arn
FROM awscc.imagebuilder.container_recipes
WHERE region = 'us-east-1'

Permissions

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

Create

iam:GetRole,
iam:CreateServiceLinkedRole,
imagebuilder:GetComponent,
imagebuilder:TagResource,
imagebuilder:GetContainerRecipe,
imagebuilder:CreateContainerRecipe,
imagebuilder:GetImage,
kms:Encrypt,
kms:Decrypt,
kms:ReEncryptFrom,
kms:ReEncryptTo,
kms:GenerateDataKey*,
s3:GetObject,
s3:ListBucket,
ecr:DescribeRepositories,
ec2:DescribeImages

List

imagebuilder:ListContainerRecipes