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 Respuesta
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 hace un año
profile pictureAWS
EXPERTO
revisado hace un año
  • You got it, that's it.

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas