connect:DescribeInstance is a Read access-level action in the connect service. Grants permission to view details of an Amazon Connect instance and is also required to create an instance
ARNs that connect:DescribeInstance can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants connect:DescribeInstance.
Filters access by using tag key-value pairs attached to the resource
To use connect:DescribeInstance you may also need to grant:
A minimal policy that allows connect:DescribeInstance. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowConnectDescribeInstance",
"Effect": "Allow",
"Action": "connect:DescribeInstance",
"Resource": "*"
}
]
}