connect:StopContact is a Write access-level action in the connect service. Grants permission to stop contacts that were initiated using the Amazon Connect API. If you use this operation on an active contact the contact ends, even if the agent is active on a call with a customer
ARNs that connect:StopContact can be scoped to in an IAM policy.
No condition keys are documented for this action.
A minimal policy that allows connect:StopContact. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowConnectStopContact",
"Effect": "Allow",
"Action": "connect:StopContact",
"Resource": "*"
}
]
}