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 Type definition for AWS::SageMaker::Image
Idaws.sagemaker.images_list_only

Fields

NameDatatypeDescription
image_namestringThe name of the image this version belongs to.
image_arnstringThe Amazon Resource Name (ARN) of the parent image.
image_role_arnstringThe Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform tasks on behalf of the customer.
image_display_namestringThe display name of the image.
image_descriptionstringA description of the image.
tagsarrayAn array of key-value pairs to apply to this resource.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all images in a region.

SELECT
region,
image_arn
FROM aws.sagemaker.images_list_only
WHERE region = 'us-east-1';

Permissions

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