pipelines
Retrieves a list of pipelines
in a region
Overview
Name | pipelines |
Type | Resource |
Description | pipelines |
Id | awscc.sagemaker.pipelines |
Fields
Name | Datatype | Description |
---|---|---|
pipeline_name | string | The name of the Pipeline. |
region | string | AWS 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