AmazonAppFlowFullAccess
Description: Provides full access to Amazon AppFlow and access to AWS services supported as flow source or destination (S3 and Redshift). Also provides access to KMS for encryption
AmazonAppFlowFullAccess
is an AWS managed policy.
Using this policy
You can attach AmazonAppFlowFullAccess
to your users, groups, and roles.
Policy
details
-
Type: AWS managed policy
-
Creation time: June 02, 2020, 23:30 UTC
-
Edited time: February 28, 2022, 23:11 UTC
-
ARN:
arn:aws:iam::aws:policy/AmazonAppFlowFullAccess
Policy version
Policy version: v3 (default)
The policy's default version is the version that defines the permissions for the policy. When a user or role with the policy makes a request to access an AWS resource, AWS checks the default version of the policy to determine whether to allow the request.
JSON policy document
{
"Version" : "2012-10-17",
"Statement" : [
{
"Effect" : "Allow",
"Action" : "appflow:*",
"Resource" : "*"
},
{
"Sid" : "ListRolesForRedshift",
"Effect" : "Allow",
"Action" : "iam:ListRoles",
"Resource" : "*"
},
{
"Sid" : "KMSListAccess",
"Effect" : "Allow",
"Action" : [
"kms:ListKeys",
"kms:DescribeKey",
"kms:ListAliases"
],
"Resource" : "*"
},
{
"Sid" : "KMSGrantAccess",
"Effect" : "Allow",
"Action" : [
"kms:CreateGrant"
],
"Resource" : "*",
"Condition" : {
"StringLike" : {
"kms:ViaService" : "appflow.*.amazonaws.com"
},
"Bool" : {
"kms:GrantIsForAWSResource" : "true"
}
}
},
{
"Sid" : "KMSListGrantAccess",
"Effect" : "Allow",
"Action" : [
"kms:ListGrants"
],
"Resource" : "*",
"Condition" : {
"StringLike" : {
"kms:ViaService" : "appflow.*.amazonaws.com"
}
}
},
{
"Sid" : "S3ReadAccess",
"Effect" : "Allow",
"Action" : [
"s3:ListAllMyBuckets",
"s3:ListBucket",
"s3:GetBucketLocation",
"s3:GetBucketPolicy"
],
"Resource" : "*"
},
{
"Sid" : "S3PutBucketPolicyAccess",
"Effect" : "Allow",
"Action" : [
"s3:PutBucketPolicy"
],
"Resource" : "arn:aws:s3:::appflow-*"
},
{
"Sid" : "SecretsManagerCreateSecretAccess",
"Effect" : "Allow",
"Action" : "secretsmanager:CreateSecret",
"Resource" : "*",
"Condition" : {
"StringLike" : {
"secretsmanager:Name" : "appflow!*"
},
"ForAnyValue:StringEquals" : {
"aws:CalledVia" : [
"appflow.amazonaws.com"
]
}
}
},
{
"Sid" : "SecretsManagerPutResourcePolicyAccess",
"Effect" : "Allow",
"Action" : [
"secretsmanager:PutResourcePolicy"
],
"Resource" : "*",
"Condition" : {
"ForAnyValue:StringEquals" : {
"aws:CalledVia" : [
"appflow.amazonaws.com"
]
},
"StringEqualsIgnoreCase" : {
"secretsmanager:ResourceTag/aws:secretsmanager:owningService" : "appflow"
}
}
},
{
"Sid" : "LambdaListFunctions",
"Effect" : "Allow",
"Action" : [
"lambda:ListFunctions"
],
"Resource" : "*"
}
]
}