appstream:DescribeDirectoryConfigs is a List access-level action in the appstream service. Grants permission to retrieve a list that describes one or more specified Directory Config objects for AppStream 2.0, if the names for these objects are provided. Otherwise, all Directory Config objects in the account are described. This object includes the configuration information required to join fleets and image builders to Microsoft Active Directory domains
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:DescribeDirectoryConfigs. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowAppstreamDescribeDirectoryConfigs",
"Effect": "Allow",
"Action": "appstream:DescribeDirectoryConfigs",
"Resource": "*"
}
]
}