Skip to content

Commit 17db86c

Browse files
author
MAMIP Bot
committed
AWSSecurityIncidentResponseServiceRolePolicy - Policy Version v4
1 parent dd626b4 commit 17db86c

File tree

1 file changed

+20
-3
lines changed

1 file changed

+20
-3
lines changed

policies/AWSSecurityIncidentResponseServiceRolePolicy

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"PolicyVersion": {
3-
"CreateDate": "2025-08-08T18:49:07Z",
4-
"VersionId": "v3",
3+
"CreateDate": "2025-11-21T04:34:10Z",
4+
"VersionId": "v4",
55
"Document": {
66
"Version": "2012-10-17",
77
"Statement": [
@@ -35,9 +35,26 @@
3535
}
3636
},
3737
"Sid": "SecurityIncidentResponseCreateCasePolicyTagOnCreate"
38+
},
39+
{
40+
"Action": [
41+
"security-ir:GetCase",
42+
"security-ir:UpdateCase",
43+
"security-ir:ListCases",
44+
"security-ir:CreateCaseComment",
45+
"security-ir:ListComments"
46+
],
47+
"Resource": "arn:aws:security-ir:*:*:case/*",
48+
"Effect": "Allow",
49+
"Condition": {
50+
"StringEquals": {
51+
"aws:ResourceAccount": "${aws:PrincipalAccount}"
52+
}
53+
},
54+
"Sid": "SecurityIncidentResponseOperationsPolicy"
3855
}
3956
]
4057
},
41-
"IsDefaultVersion": false
58+
"IsDefaultVersion": true
4259
}
4360
}

0 commit comments

Comments
 (0)