Skip to main content

image_versions_list_only

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

Overview

Nameimage_versions_list_only
TypeResource
DescriptionResource Type definition for AWS::SageMaker::ImageVersion
Idaws.sagemaker.image_versions_list_only

Fields

NameDatatypeDescription
image_version_arnstringThe Amazon Resource Name (ARN) of the image version.
versionintegerThe version number of the image version.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all image_versions in a region.

SELECT
region,
image_version_arn
FROM aws.sagemaker.image_versions_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the image_versions_list_only resource, see image_versions