Skip to content

Commit

Permalink
[no ci] Data update on 2024-10-17T04:08:40
Browse files Browse the repository at this point in the history
  • Loading branch information
tobilg committed Oct 17, 2024
1 parent 6f5f9aa commit cf38f31
Show file tree
Hide file tree
Showing 4 changed files with 85 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "CloudWatchApplicationSignalsXrayWritePermissions",
"Effect": "Allow",
"Action": [
"xray:PutTraceSegments"
],
"Resource": [
"*"
],
"Condition": {
"StringEquals": {
"aws:ResourceAccount": "${aws:PrincipalAccount}"
}
}
},
{
"Sid": "CloudWatchApplicationSignalsLogGroupWritePermissions",
"Effect": "Allow",
"Action": [
"logs:CreateLogGroup",
"logs:CreateLogStream",
"logs:PutLogEvents"
],
"Resource": "arn:aws:logs:*:*:log-group:/aws/application-signals/data:*",
"Condition": {
"StringEquals": {
"aws:ResourceAccount": "${aws:PrincipalAccount}"
}
}
}
]
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-iam-managed-policies",
"version": "0.0.248",
"version": "0.0.249",
"description": "Provides AWS IAM Managed Policies historical data as a convenient npm package that can be used in other OSS projects.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
47 changes: 47 additions & 0 deletions src/managedPolicies.json
Original file line number Diff line number Diff line change
Expand Up @@ -604082,5 +604082,52 @@
},
"createdDate": "2024-10-11T18:25:51.000Z",
"lastUpdatedDate": "2024-10-11T18:25:51.000Z"
},
"CloudWatchLambdaApplicationSignalsExecutionRolePolicy": {
"arn": "arn:aws:iam::aws:policy/CloudWatchLambdaApplicationSignalsExecutionRolePolicy",
"latestVersionId": "v1",
"versionsCount": 1,
"versions": {
"v1": {
"createdDate": "2024-10-16T19:09:17.000Z",
"document": {
"Version": "2012-10-17",
"Statement": [
{
"Sid": "CloudWatchApplicationSignalsXrayWritePermissions",
"Effect": "Allow",
"Action": [
"xray:PutTraceSegments"
],
"Resource": [
"*"
],
"Condition": {
"StringEquals": {
"aws:ResourceAccount": "${aws:PrincipalAccount}"
}
}
},
{
"Sid": "CloudWatchApplicationSignalsLogGroupWritePermissions",
"Effect": "Allow",
"Action": [
"logs:CreateLogGroup",
"logs:CreateLogStream",
"logs:PutLogEvents"
],
"Resource": "arn:aws:logs:*:*:log-group:/aws/application-signals/data:*",
"Condition": {
"StringEquals": {
"aws:ResourceAccount": "${aws:PrincipalAccount}"
}
}
}
]
}
}
},
"createdDate": "2024-10-16T19:09:17.000Z",
"lastUpdatedDate": "2024-10-16T19:09:17.000Z"
}
}

0 comments on commit cf38f31

Please sign in to comment.