Skip to main content

pipelines_list_only

Lists pipelines in a region or regions, for all properties use pipelines

Overview

Namepipelines_list_only
TypeResource
DescriptionResource Type definition for AWS::SageMaker::Pipeline
Idaws.sagemaker.pipelines_list_only

Fields

NameDatatypeDescription
pipeline_namestringThe name of the Pipeline.
pipeline_display_namestringThe display name of the Pipeline.
pipeline_descriptionstringThe description of the Pipeline.
pipeline_definitionobject
role_arnstringRole Arn
tagsarray
parallelism_configurationobject
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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