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