flows
Retrieves a list of flows
in a region
Overview
Name | flows |
Type | Resource |
Description | flows |
Id | awscc.appflow.flows |
Fields
Name | Datatype | Description |
---|---|---|
flow_name | string | Name of the flow. |
region | string | AWS 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