purchase-orders:GetPurchaseOrder

Read

purchase-orders:GetPurchaseOrder is a Read access-level action in the purchase-orders service. Grants permission to get a purchase order

Resource types

ARNs that purchase-orders:GetPurchaseOrder can be scoped to in an IAM policy.

arn:${Partition}:purchase-orders::${Account}:purchase-order/${ResourceName}
purchase-order

Condition keys

Keys you can use in the Condition block of a policy that grants purchase-orders:GetPurchaseOrder.

aws:ResourceTag/${TagKey} String

Filters access by the set of tag key-value pairs attached to the resource

Example IAM policy

A minimal policy that allows purchase-orders:GetPurchaseOrder. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowPurchaseordersGetPurchaseOrder",
      "Effect": "Allow",
      "Action": "purchase-orders:GetPurchaseOrder",
      "Resource": "*"
    }
  ]
}

Related actions in purchase-orders

View all purchase-orders actions →