Skip to content

Commit

Permalink
Merge pull request #8036 from ministryofjustice/dms-reporting-operations
Browse files Browse the repository at this point in the history
allow reporting operations to modify dms task
  • Loading branch information
sobostion authored Sep 24, 2024
2 parents 81316da + f210e2a commit 46f2136
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1050,6 +1050,7 @@ data "aws_iam_policy_document" "reporting-operations" {
actions = [
"dms:DescribeReplicationInstances",
"dms:DescribeReplicationTasks",
"dms:ModifyReplicationTask",
"dms:StartReplicationTaskAssessmentRun",
"dms:StartReplicationTask",
"dms:StopReplicationTask",
Expand Down

0 comments on commit 46f2136

Please sign in to comment.