app_tags
Expands all tag keys and values for apps
in a region
Overview
Name | app_tags |
Type | Resource |
Description | Resource Type definition for AWS::SageMaker::App |
Id | aws.sagemaker.app_tags |
Fields
Name | Datatype | Description |
---|---|---|
app_arn | string | The Amazon Resource Name (ARN) of the app. |
app_name | string | The name of the app. |
app_type | string | The type of app. |
domain_id | string | The domain ID. |
resource_spec | object | The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. |
user_profile_name | string | The user profile name. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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