Skip to main content

flows_list_only

Lists flows in a region or regions, for all properties use flows

Overview

Nameflows_list_only
TypeResource
DescriptionResource schema for AWS::AppFlow::Flow.
Idaws.appflow.flows_list_only

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.
tagsarrayList of Tags.
metadata_catalog_configobjectConfigurations of metadata catalog of the flow.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all flows in a region.

SELECT
region,
flow_name
FROM aws.appflow.flows_list_only
WHERE region = 'us-east-1';

Permissions

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