Skip to main content

images

Retrieves a list of images in a region

Overview

Nameimages
TypeResource
Descriptionimages
Idawscc.sagemaker.images

Fields

NameDatatypeDescription
image_arnundefined
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
image_arn
FROM awscc.sagemaker.images
WHERE region = 'us-east-1'

Permissions

To operate on the images resource, the following permissions are required:

Create

sagemaker:CreateImage,
sagemaker:DescribeImage,
iam:PassRole,
sagemaker:AddTags,
sagemaker:ListTags

List

sagemaker:ListImages