appstream:DescribeApplicationFleetAssociations is a List access-level action in the appstream service. Grants permission to retrieve the associations that are associated with the specified application or fleet
This action does not support resource-level permissions; use "Resource": "*" in your policy.
No condition keys are documented for this action.
A minimal policy that allows appstream:DescribeApplicationFleetAssociations. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowAppstreamDescribeApplicationFleetAssociations",
"Effect": "Allow",
"Action": "appstream:DescribeApplicationFleetAssociations",
"Resource": "*"
}
]
}