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 |
---|---|---|
arn | string | |
creation_time | string | |
current_state | string | |
description | string | |
desired_state | string | |
enrichment | string | |
enrichment_parameters | object | |
last_modified_time | string | |
log_configuration | object | |
name | string | |
role_arn | string | |
source | string | |
source_parameters | object | |
state_reason | string | |
tags | object | |
target | string | |
target_parameters | object | |
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