Skip to main content

container_recipes_list_only

Lists container_recipes in a region or regions, for all properties use container_recipes

Overview

Namecontainer_recipes_list_only
TypeResource
DescriptionResource schema for AWS::ImageBuilder::ContainerRecipe
Idaws.imagebuilder.container_recipes_list_only

Fields

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

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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