Skip to main content

image_tags

Expands all tag keys and values for images in a region

Overview

Nameimage_tags
TypeResource
DescriptionResource Type definition for AWS::SageMaker::Image
Idaws.sagemaker.image_tags

Fields

NameDatatypeDescription
image_namestringThe name of the image this version belongs to.
image_arnstringThe Amazon Resource Name (ARN) of the parent image.
image_role_arnstringThe Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform tasks on behalf of the customer.
image_display_namestringThe display name of the image.
image_descriptionstringA description of the image.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all images in a region.

SELECT
region,
image_name,
image_arn,
image_role_arn,
image_display_name,
image_description,
tag_key,
tag_value
FROM aws.sagemaker.image_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the image_tags resource, see images