Skip to content

Commit

Permalink
Update detected
Browse files Browse the repository at this point in the history
  • Loading branch information
MAMIP Bot committed Aug 9, 2024
1 parent e84be22 commit 59ce5db
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions policies/AmazonCognitoUnAuthedIdentitiesSessionPolicy
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"Version": "2012-10-17",
"Statement": [
{
"Sid": "CognitoUnAuthedIdentitiesSessionPolicy",
"Effect": "Allow",
"Action": [
"rum:PutRumEvents",
Expand All @@ -15,14 +16,21 @@
"rekognition:*",
"mobiletargeting:*",
"firehose:*",
"personalize:*"
"personalize:*",
"geo:GetMap*",
"geo:SearchPlaceIndex*",
"geo:GetPlace",
"geo:CalculateRoute*",
"geo:*Geofence",
"geo:*Geofences",
"geo:*DevicePosition*"
],
"Resource": "*"
}
]
},
"VersionId": "v1",
"IsDefaultVersion": false,
"CreateDate": "2023-07-19T23:04:05+00:00"
"VersionId": "v2",
"IsDefaultVersion": true,
"CreateDate": "2024-08-09T20:02:58+00:00"
}
}

0 comments on commit 59ce5db

Please sign in to comment.