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