Skip to main content

pipelines_list_only

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

Overview

Namepipelines_list_only
TypeResource
DescriptionThe AWS::CodePipeline::Pipeline resource creates a CodePipeline pipeline that describes how software changes go through a release process.
Idaws.codepipeline.pipelines_list_only

Fields

NameDatatypeDescription
namestringThe name of the pipeline.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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