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