-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathAWSBugBustFullAccess.json
58 lines (58 loc) · 1.6 KB
/
AWSBugBustFullAccess.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"Arn": "arn:aws:iam::aws:policy/AWSBugBustFullAccess",
"CreateDate": "2021-06-24T07:03:26Z",
"DefaultVersionId": "v2",
"IsAttachable": true,
"Path": "/",
"PolicyId": "ANPAZKAPJZG4MQU5DXLFC",
"PolicyName": "AWSBugBustFullAccess",
"PolicyVersion": {
"CreateDate": "2021-07-22T20:04:29Z",
"Document": {
"Statement": [
{
"Action": "iam:CreateServiceLinkedRole",
"Condition": {
"StringLike": {
"iam:AWSServiceName": "bugbust.amazonaws.com"
}
},
"Effect": "Allow",
"Resource": "arn:aws:iam::*:role/aws-service-role/bugbust.amazonaws.com/AWSServiceRoleForBugBust",
"Sid": "AWSBugBustSLRCreation"
},
{
"Action": [
"bugbust:*"
],
"Effect": "Allow",
"Resource": "*",
"Sid": "AWSBugBustFullAccess"
},
{
"Action": [
"codeguru-profiler:DescribeProfilingGroup",
"codeguru-profiler:ListProfilingGroups"
],
"Effect": "Allow",
"Resource": "*",
"Sid": "CodeGuruProfilerPermission"
},
{
"Action": [
"codeguru-reviewer:DescribeCodeReview",
"codeguru-reviewer:ListCodeReviews",
"codeguru-reviewer:ListRecommendations"
],
"Effect": "Allow",
"Resource": "*",
"Sid": "CodeGuruReviewerPermission"
}
],
"Version": "2012-10-17"
},
"IsDefaultVersion": true,
"VersionId": "v2"
},
"UpdateDate": "2021-07-22T20:04:29Z"
}