Skip to content

Commit

Permalink
Update detected
Browse files Browse the repository at this point in the history
  • Loading branch information
MAMIP Bot committed Oct 28, 2024
1 parent 60e42fe commit cf16ac2
Showing 1 changed file with 29 additions and 2 deletions.
31 changes: 29 additions & 2 deletions policies/AmazonConnectServiceLinkedRolePolicy
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"PolicyVersion": {
"CreateDate": "2024-09-11T20:44:09Z",
"VersionId": "v17",
"CreateDate": "2024-10-25T22:33:28Z",
"VersionId": "v18",
"Document": {
"Version": "2012-10-17",
"Statement": [
Expand Down Expand Up @@ -258,6 +258,33 @@
],
"Effect": "Allow",
"Sid": "AllowWritePermissionForCustomerProfileObjects"
},
{
"Action": [
"chime:GetVoiceConnector"
],
"Resource": "arn:aws:chime:*:*:vc/*",
"Effect": "Allow",
"Condition": {
"StringEquals": {
"aws:ResourceTag/AmazonConnectEnabled": "True",
"aws:ResourceAccount": "${aws:PrincipalAccount}"
}
},
"Sid": "AllowChimeSDKVoiceConnectorGetOperationForConnect"
},
{
"Action": [
"chime:ListVoiceConnectors"
],
"Resource": "arn:aws:chime:*:*:vc/*",
"Effect": "Allow",
"Condition": {
"StringEquals": {
"aws:ResourceAccount": "${aws:PrincipalAccount}"
}
},
"Sid": "AllowChimeSDKVoiceConnectorListOperationForConnect"
}
]
},
Expand Down

0 comments on commit cf16ac2

Please sign in to comment.