pipes_list_only
Lists pipes in a region or regions, for all properties use pipes
Overview
| Name | pipes_list_only |
| Type | Resource |
| Description | Definition of AWS::Pipes::Pipe Resource Type |
| Id | aws.pipes.pipes_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
name | string | |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
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