images
Retrieves a list of images
in a region
Overview
Name | images |
Type | Resource |
Description | images |
Id | awscc.sagemaker.images |
Fields
Name | Datatype | Description |
---|---|---|
image_arn | undefined | |
region | string | AWS 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