mq:DescribeConfigurationRevision is a Read access-level action in the mq service. Grants permission to return the specified configuration revision for the specified configuration
ARNs that mq:DescribeConfigurationRevision can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants mq:DescribeConfigurationRevision.
Filters access by the tags associated with the resource
A minimal policy that allows mq:DescribeConfigurationRevision. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowMqDescribeConfigurationRevision",
"Effect": "Allow",
"Action": "mq:DescribeConfigurationRevision",
"Resource": "*"
}
]
}