Skip to main content

pipelines

Retrieves a list of pipelines in a region

Overview

Namepipelines
TypeResource
Descriptionpipelines
Idawscc.sagemaker.pipelines

Fields

NameDatatypeDescription
pipeline_namestringThe name of the Pipeline.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
pipeline_name
FROM awscc.sagemaker.pipelines
WHERE region = 'us-east-1'

Permissions

To operate on the pipelines resource, the following permissions are required:

Create

iam:PassRole,
s3:GetObject,
sagemaker:CreatePipeline,
sagemaker:DescribePipeline,
sagemaker:AddTags,
sagemaker:ListTags

List

sagemaker:ListPipelines