ce:GetConsoleActionSetEnforced is a Read access-level action in the ce service. Grants permission to view whether existing or fine-grained IAM actions are being 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:GetConsoleActionSetEnforced. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowCeGetConsoleActionSetEnforced",
"Effect": "Allow",
"Action": "ce:GetConsoleActionSetEnforced",
"Resource": "*"
}
]
}