Skip to main content

app_tags

Expands all tag keys and values for apps in a region

Overview

Nameapp_tags
TypeResource
DescriptionResource Type definition for AWS::SageMaker::App
Idaws.sagemaker.app_tags

Fields

NameDatatypeDescription
app_arnstringThe Amazon Resource Name (ARN) of the app.
app_namestringThe name of the app.
app_typestringThe type of app.
domain_idstringThe domain ID.
resource_specobjectThe instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.
user_profile_namestringThe user profile name.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all apps in a region.

SELECT
region,
app_arn,
app_name,
app_type,
domain_id,
resource_spec,
user_profile_name,
tag_key,
tag_value
FROM aws.sagemaker.app_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the app_tags resource, see apps