pipeline_tags
Expands all tag keys and values for pipelines
in a region
Overview
Name | pipeline_tags |
Type | Resource |
Description | Resource Type definition for AWS::SageMaker::Pipeline |
Id | aws.sagemaker.pipeline_tags |
Fields
Name | Datatype | Description |
---|---|---|
pipeline_name | string | The name of the Pipeline. |
pipeline_display_name | string | The display name of the Pipeline. |
pipeline_description | string | The description of the Pipeline. |
pipeline_definition | object | |
role_arn | string | Role Arn |
parallelism_configuration | object | |
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 pipelines
in a region.
SELECT
region,
pipeline_name,
pipeline_display_name,
pipeline_description,
pipeline_definition,
role_arn,
parallelism_configuration,
tag_key,
tag_value
FROM aws.sagemaker.pipeline_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the pipeline_tags
resource, see pipelines