studio_lifecycle_config_tags
Expands all tag keys and values for studio_lifecycle_configs
in a region
Overview
Name | studio_lifecycle_config_tags |
Type | Resource |
Description | Resource Type definition for AWS::SageMaker::StudioLifecycleConfig |
Id | aws.sagemaker.studio_lifecycle_config_tags |
Fields
Name | Datatype | Description |
---|---|---|
studio_lifecycle_config_arn | string | The Amazon Resource Name (ARN) of the Lifecycle Configuration. |
studio_lifecycle_config_app_type | string | The App type that the Lifecycle Configuration is attached to. |
studio_lifecycle_config_content | string | The content of your Amazon SageMaker Studio Lifecycle Configuration script. This content must be base64 encoded. |
studio_lifecycle_config_name | string | The name of the Amazon SageMaker Studio Lifecycle Configuration. |
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 studio_lifecycle_configs
in a region.
SELECT
region,
studio_lifecycle_config_arn,
studio_lifecycle_config_app_type,
studio_lifecycle_config_content,
studio_lifecycle_config_name,
tag_key,
tag_value
FROM aws.sagemaker.studio_lifecycle_config_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the studio_lifecycle_config_tags
resource, see studio_lifecycle_configs