image
Gets an individual image
resource
Overview
Name | image |
Type | Resource |
Description | image |
Id | awscc.sagemaker.image |
Fields
Name | Datatype | Description |
---|---|---|
image_name | string | |
image_arn | string | |
image_role_arn | string | |
image_display_name | string | |
image_description | string | |
tags | array | An array of key-value pairs to apply to this resource. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
image_name,
image_arn,
image_role_arn,
image_display_name,
image_description,
tags
FROM awscc.sagemaker.image
WHERE data__Identifier = '<ImageArn>';
Permissions
To operate on the image
resource, the following permissions are required:
Read
sagemaker:DescribeImage,
sagemaker:ListTags
Update
sagemaker:UpdateImage,
sagemaker:DescribeImage,
sagemaker:ListTags,
sagemaker:AddTags,
sagemaker:DeleteTags,
iam:PassRole
Delete
sagemaker:DeleteImage,
sagemaker:DescribeImage