AWSPurchaseOrdersServiceRolePolicy
Description: Grants permissions to view and modify purchase orders on billing console
AWSPurchaseOrdersServiceRolePolicy
is an AWS managed policy.
Using this policy
You can attach AWSPurchaseOrdersServiceRolePolicy
to your users, groups, and roles.
Policy details
-
Type: AWS managed policy
-
Creation time: May 06, 2020, 18:15 UTC
-
Edited time: December 01, 2024, 17:51 UTC
-
ARN:
arn:aws:iam::aws:policy/AWSPurchaseOrdersServiceRolePolicy
Policy version
Policy version: v6 (default)
The policy's default version is the version that defines the permissions for the policy. When a user or role with the policy makes a request to access an AWS resource, AWS checks the default version of the policy to determine whether to allow the request.
JSON policy document
{ "Version" : "2012-10-17", "Statement" : [ { "Effect" : "Allow", "Action" : [ "account:GetAccountInformation", "account:GetContactInformation", "aws-portal:*Billing", "consolidatedbilling:GetAccountBillingRole", "invoicing:GetInvoicePDF", "invoicing:ListInvoiceUnits", "payments:GetPaymentInstrument", "payments:ListPaymentPreferences", "purchase-orders:AddPurchaseOrder", "purchase-orders:DeletePurchaseOrder", "purchase-orders:GetPurchaseOrder", "purchase-orders:ListPurchaseOrderInvoices", "purchase-orders:ListPurchaseOrders", "purchase-orders:ListTagsForResource", "purchase-orders:ModifyPurchaseOrders", "purchase-orders:TagResource", "purchase-orders:UntagResource", "purchase-orders:UpdatePurchaseOrder", "purchase-orders:UpdatePurchaseOrderStatus", "purchase-orders:ViewPurchaseOrders", "tax:ListTaxRegistrations" ], "Resource" : "*" } ] }