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