Skip to main content

pipes_list_only

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

Overview

Namepipes_list_only
TypeResource
DescriptionDefinition of AWS::Pipes::Pipe Resource Type
Idaws.pipes.pipes_list_only

Fields

NameDatatypeDescription
namestring
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all pipes in a region.

SELECT
region,
name
FROM aws.pipes.pipes_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the pipes_list_only resource, see pipes