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 Risposta
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"
con risposta un anno fa
profile pictureAWS
ESPERTO
verificato un anno fa
  • You got it, that's it.

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande