bcm-pricing-calculator:ListBillEstimates is a List access-level action in the bcm-pricing-calculator service. Grants permission to list bill estimates
This action does not support resource-level permissions; use "Resource": "*" in your policy.
No condition keys are documented for this action.
A minimal policy that allows bcm-pricing-calculator:ListBillEstimates. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowBcmpricingcalculatorListBillEstimates",
"Effect": "Allow",
"Action": "bcm-pricing-calculator:ListBillEstimates",
"Resource": "*"
}
]
}