image_versions_list_only
Lists image_versions
in a region or regions, for all properties use image_versions
Overview
Name | image_versions_list_only |
Type | Resource |
Description | Resource Type definition for AWS::SageMaker::ImageVersion |
Id | aws.sagemaker.image_versions_list_only |
Fields
Name | Datatype | Description |
---|---|---|
image_version_arn | string | The Amazon Resource Name (ARN) of the image version. |
version | integer | The version number of the image version. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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