appstream:DescribeSessions is a List access-level action in the appstream service. Grants permission to retrieve a list that describes the streaming sessions for the specified stack and fleet. If a user ID is provided for the stack and fleet, only the streaming sessions for that user are described
ARNs that appstream:DescribeSessions can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants appstream:DescribeSessions.
Filters access by the tag key-value pairs attached to the resource
A minimal policy that allows appstream:DescribeSessions. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowAppstreamDescribeSessions",
"Effect": "Allow",
"Action": "appstream:DescribeSessions",
"Resource": "*"
}
]
}