bcm-pricing-calculator:UpdateBillEstimate

Write

bcm-pricing-calculator:UpdateBillEstimate is a Write access-level action in the bcm-pricing-calculator service. Grants permission to update bill estimate name and expiration date time

Resource types

ARNs that bcm-pricing-calculator:UpdateBillEstimate can be scoped to in an IAM policy.

arn:${Partition}:bcm-pricing-calculator::${Account}:bill-estimate/${BillEstimateId}
bill-estimate

Condition keys

No condition keys are documented for this action.

Example IAM policy

A minimal policy that allows bcm-pricing-calculator:UpdateBillEstimate. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowBcmpricingcalculatorUpdateBillEstimate",
      "Effect": "Allow",
      "Action": "bcm-pricing-calculator:UpdateBillEstimate",
      "Resource": "*"
    }
  ]
}

Related actions in bcm-pricing-calculator

View all bcm-pricing-calculator actions →