images_list_only
Lists images
in a region or regions, for all properties use images
Overview
Name | images_list_only |
Type | Resource |
Description | Resource Type definition for AWS::SageMaker::Image |
Id | aws.sagemaker.images_list_only |
Fields
Name | Datatype | Description |
---|---|---|
image_name | string | The name of the image this version belongs to. |
image_arn | string | The Amazon Resource Name (ARN) of the parent image. |
image_role_arn | string | The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform tasks on behalf of the customer. |
image_display_name | string | The display name of the image. |
image_description | string | A description of the image. |
tags | array | An array of key-value pairs to apply to this resource. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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