appmesh-preview:GetMeshPolicy

Read

appmesh-preview:GetMeshPolicy is a Read access-level action in the appmesh-preview service. Grants permission to read the RAM access control policy for a mesh

Resource types

ARNs that appmesh-preview:GetMeshPolicy can be scoped to in an IAM policy.

arn:${Partition}:appmesh-preview:${Region}:${Account}:mesh/${MeshName}
mesh

Condition keys

No condition keys are documented for this action.

Example IAM policy

A minimal policy that allows appmesh-preview:GetMeshPolicy. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowAppmeshpreviewGetMeshPolicy",
      "Effect": "Allow",
      "Action": "appmesh-preview:GetMeshPolicy",
      "Resource": "*"
    }
  ]
}

Related actions in appmesh-preview

View all appmesh-preview actions →