Skip to main content

images_list_only

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

Overview

Nameimages_list_only
TypeResource
DescriptionResource schema for AWS::ImageBuilder::Image
Idaws.imagebuilder.images_list_only

Fields

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

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all images in a region.

SELECT
region,
arn
FROM aws.imagebuilder.images_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the images_list_only resource, see images