discovery:DescribeTags is a Read access-level action in the discovery service. Grants permission to DescribeTags API. DescribeTags retrieves a list of configuration items that are tagged with a specific tag. Or retrieves a list of all tags assigned to a specific configuration item
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 discovery:DescribeTags. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowDiscoveryDescribeTags",
"Effect": "Allow",
"Action": "discovery:DescribeTags",
"Resource": "*"
}
]
}