IAM Policy for amazon connect recording pause & resume?

0

I have created a role for EC2 and now looking to get the exact iam policy for amazon connect recording pause and resume. How to achieve this for:

  1. SuspendContactRecording - https://docs.aws.amazon.com/connect/latest/APIReference/API_SuspendContactRecording.html
  2. ResumeContactRecording - https://docs.aws.amazon.com/connect/latest/APIReference/API_ResumeContactRecording.html

What if i will assign the AmazonConnect_FullAccess to this role? will permission of recording will added?

1 回答
1

Found the solution. Yeah it if attach AmazonConnect_FullAccess, the permission of recording pause and resume will be added. If you want to create a separate policy only for recording actions use in your actions:

"connect:StartContactRecording",
"connect:StopContactRecording",
"connect:SuspendContactRecording",
"connect:ResumeContactRecording"
已回答 1 年前
profile pictureAWS
专家
已审核 1 年前
  • You got it, that's it.

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则