ce:UpdateConsoleActionSetEnforced is a Write access-level action in the ce service. Grants permission to change whether existing or fine-grained IAM actions will be used to control authorization to Billing, Cost Management, and Account consoles
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:UpdateConsoleActionSetEnforced. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowCeUpdateConsoleActionSetEnforced",
"Effect": "Allow",
"Action": "ce:UpdateConsoleActionSetEnforced",
"Resource": "*"
}
]
}