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
arnstring
creation_timestring
current_statestring
descriptionstring
desired_statestring
enrichmentstring
enrichment_parametersobject
last_modified_timestring
log_configurationobject
namestring
role_arnstring
sourcestring
source_parametersobject
state_reasonstring
tagsobject
targetstring
target_parametersobject
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