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 Resposta
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"
respondido há um ano
profile pictureAWS
ESPECIALISTA
avaliado há um ano
  • You got it, that's it.

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas