Skip to main content

flows

Retrieves a list of flows in a region

Overview

Nameflows
TypeResource
Descriptionflows
Idawscc.appflow.flows

Fields

NameDatatypeDescription
flow_namestringName of the flow.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
flow_name
FROM awscc.appflow.flows
WHERE region = 'us-east-1'

Permissions

To operate on the flows resource, the following permissions are required:

Create

appflow:CreateFlow,
appflow:StartFlow,
appflow:TagResource,
appflow:ListTagsForResource,
appflow:UseConnectorProfile,
iam:PassRole,
s3:ListAllMyBuckets,
s3:GetBucketLocation,
s3:GetBucketPolicy,
kms:ListGrants,
kms:ListKeys,
kms:DescribeKey,
kms:ListAliases,
kms:CreateGrant,
secretsmanager:CreateSecret,
secretsmanager:PutResourcePolicy

List

appflow:ListFlows