pipelines_list_only
Lists pipelines in a region or regions, for all properties use pipelines
Overview
| Name | pipelines_list_only |
| Type | Resource |
| Description | The AWS::CodePipeline::Pipeline resource creates a CodePipeline pipeline that describes how software changes go through a release process. |
| Id | aws.codepipeline.pipelines_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
name | string | The name of the pipeline. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all pipelines in a region.
SELECT
region,
name
FROM aws.codepipeline.pipelines_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the pipelines_list_only resource, see pipelines