billing:PutResourcePolicy is a Permissions management access-level action in the billing service. Grants permission to put a billing view resource policy
ARNs that billing:PutResourcePolicy can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants billing:PutResourcePolicy.
Filters access by the tags associated with the resource
A minimal policy that allows billing:PutResourcePolicy. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowBillingPutResourcePolicy",
"Effect": "Allow",
"Action": "billing:PutResourcePolicy",
"Resource": "*"
}
]
}