ce:CreateCostCategoryDefinition is a Write access-level action in the ce service. Grants permission to create a new Cost Category with the requested name and rules
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 ce:CreateCostCategoryDefinition. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowCeCreateCostCategoryDefinition",
"Effect": "Allow",
"Action": "ce:CreateCostCategoryDefinition",
"Resource": "*"
}
]
}