container_recipes
Retrieves a list of container_recipes
in a region
Overview
Name | container_recipes |
Type | Resource |
Description | container_recipes |
Id | awscc.imagebuilder.container_recipes |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The Amazon Resource Name (ARN) of the container recipe. |
region | string | AWS 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