Skip to main content

pipe_tags

Expands all tag keys and values for pipes in a region

Overview

Namepipe_tags
TypeResource
DescriptionDefinition of AWS::Pipes::Pipe Resource Type
Idaws.pipes.pipe_tags

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
targetstring
target_parametersobject
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all pipes in a region.

SELECT
region,
arn,
creation_time,
current_state,
description,
desired_state,
enrichment,
enrichment_parameters,
last_modified_time,
log_configuration,
name,
role_arn,
source,
source_parameters,
state_reason,
target,
target_parameters,
tag_key,
tag_value
FROM aws.pipes.pipe_tags
WHERE region = 'us-east-1';

Permissions

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