ds:DescribeDirectoryDataAccess is a Read access-level action in the ds service. Grants permission to describe the Directory Service Data API status for the specified directory
ARNs that ds:DescribeDirectoryDataAccess can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants ds:DescribeDirectoryDataAccess.
Filters access by the AWS DS Resource being acted upon
A minimal policy that allows ds:DescribeDirectoryDataAccess. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowDsDescribeDirectoryDataAccess",
"Effect": "Allow",
"Action": "ds:DescribeDirectoryDataAccess",
"Resource": "*"
}
]
}