appmesh-preview:DescribeGatewayRoute is a Read access-level action in the appmesh-preview service. Grants permission to describe an existing gateway route
ARNs that appmesh-preview:DescribeGatewayRoute can be scoped to in an IAM policy.
No condition keys are documented for this action.
A minimal policy that allows appmesh-preview:DescribeGatewayRoute. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowAppmeshpreviewDescribeGatewayRoute",
"Effect": "Allow",
"Action": "appmesh-preview:DescribeGatewayRoute",
"Resource": "*"
}
]
}