pipe_tags
Expands all tag keys and values for pipes
in a region
Overview
Name | pipe_tags |
Type | Resource |
Description | Definition of AWS::Pipes::Pipe Resource Type |
Id | aws.pipes.pipe_tags |
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 | |
target | string | |
target_parameters | object | |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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