bcm-pricing-calculator:DeleteBillEstimate

Write

bcm-pricing-calculator:DeleteBillEstimate is a Write access-level action in the bcm-pricing-calculator service. Grants permission to delete bill estimate

Resource types

ARNs that bcm-pricing-calculator:DeleteBillEstimate 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:DeleteBillEstimate. Replace "Resource": "*" with a specific ARN to follow least privilege.

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

Related actions in bcm-pricing-calculator

View all bcm-pricing-calculator actions →