Skip to main content

flow_tags

Expands all tag keys and values for flows in a region

Overview

Nameflow_tags
TypeResource
DescriptionResource schema for AWS::AppFlow::Flow.
Idaws.appflow.flow_tags

Fields

NameDatatypeDescription
flow_arnstringARN identifier of the flow.
flow_namestringName of the flow.
descriptionstringDescription of the flow.
kms_arnstringThe ARN of the AWS Key Management Service (AWS KMS) key that's used to encrypt your function's environment variables. If it's not provided, AWS Lambda uses a default service key.
trigger_configobjectTrigger settings of the flow.
flow_statusstringFlow activation status for Scheduled- and Event-triggered flows
source_flow_configobjectConfigurations of Source connector of the flow.
destination_flow_config_listarrayList of Destination connectors of the flow.
tasksarrayList of tasks for the flow.
metadata_catalog_configobjectConfigurations of metadata catalog of the flow.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all flows in a region.

SELECT
region,
flow_arn,
flow_name,
description,
kms_arn,
trigger_config,
flow_status,
source_flow_config,
destination_flow_config_list,
tasks,
metadata_catalog_config,
tag_key,
tag_value
FROM aws.appflow.flow_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the flow_tags resource, see flows