We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9a057f commit c7aa3a6Copy full SHA for c7aa3a6
infrastructure/stacks/api-layer/assumed_role_permissions_boundary.tf
@@ -15,14 +15,18 @@ data "aws_iam_policy_document" "assumed_role_permissions_boundary" {
15
"dynamodb:DeleteItem",
16
"dynamodb:BatchWriteItem",
17
18
- # S3 - bucket and object operations for Lambda and Firehose
+ # S3 - bucket and object operations for Lambda, Firehose and External Role
19
"s3:GetObject",
20
"s3:ListBucket",
21
"s3:PutObject",
22
"s3:PutObjectAcl",
23
"s3:AbortMultipartUpload",
24
"s3:GetBucketLocation",
25
"s3:ListBucketMultipartUploads",
26
+ "s3:GetObjectTagging",
27
+ "s3:PutObjectTagging",
28
+ "s3:ListBucketVersions",
29
+ "s3:GetObjectVersion",
30
31
# KMS - encryption/decryption for DynamoDB and S3
32
"kms:Encrypt",
0 commit comments