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 17, 2023
1 parent fdacef7 commit c5d08ad
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions policies/AWSEntityResolutionConsoleReadOnlyAccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"PolicyVersion": {
"Document": {
"Version": "2012-10-17",
"Statement": [
{
"Sid": "EntityResolutionRead",
"Effect": "Allow",
"Action": [
"entityresolution:Get*",
"entityresolution:List*"
],
"Resource": "*"
}
]
},
"VersionId": "v1",
"IsDefaultVersion": true,
"CreateDate": "2023-08-17T18:18:36Z"
}
}

0 comments on commit c5d08ad

Please sign in to comment.