pipelines_list_only
Lists pipelines
in a region or regions, for all properties use pipelines
Overview
Name | pipelines_list_only |
Type | Resource |
Description | Resource Type definition for AWS::SageMaker::Pipeline |
Id | aws.sagemaker.pipelines_list_only |
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 |
tags | array | |
parallelism_configuration | object | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all pipelines
in a region.
SELECT
region,
pipeline_name
FROM aws.sagemaker.pipelines_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the pipelines_list_only
resource, see pipelines