connect:ListRealtimeContactAnalysisSegmentsV2

List

connect:ListRealtimeContactAnalysisSegmentsV2 is a List access-level action in the connect service. Grants permission to list the analysis segments for a real-time chat analytics session

Resource types

ARNs that connect:ListRealtimeContactAnalysisSegmentsV2 can be scoped to in an IAM policy.

arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}/contact/${ContactId}
contact

Condition keys

No condition keys are documented for this action.

Example IAM policy

A minimal policy that allows connect:ListRealtimeContactAnalysisSegmentsV2. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowConnectListRealtimeContactAnalysisSegmentsV2",
      "Effect": "Allow",
      "Action": "connect:ListRealtimeContactAnalysisSegmentsV2",
      "Resource": "*"
    }
  ]
}

Related actions in connect

View all connect actions →