AWS AppFlow (IAM)
JSON →AWS AppFlow is a fully managed integration service that enables you to securely transfer data between SaaS applications and AWS services.
Common permissions
appflow:ListFlowsappflow:DescribeFlowappflow:StartFlowappflow:StopFlowappflow:RunFlowappflow:CreateFlowappflow:UpdateFlowappflow:ListConnectors Least-privilege example
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"appflow:ListFlows",
"appflow:DescribeFlow",
"appflow:StartFlow",
"appflow:StopFlow",
"appflow:RunFlow",
"appflow:CreateFlow",
"appflow:UpdateFlow",
"appflow:ListConnectors"
],
"Resource": "*"
}
]
} Warnings
- Avoid appflow:* — grants full control including delete and modify operations.
- Avoid appflow:DeleteFlow — can permanently delete data flows.
Resources
API
full doc /v1/iam/appflow