aws-portal:UpdateConsoleActionSetEnforced is a Write access-level action in the aws-portal 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 aws-portal:UpdateConsoleActionSetEnforced. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowAwsportalUpdateConsoleActionSetEnforced",
"Effect": "Allow",
"Action": "aws-portal:UpdateConsoleActionSetEnforced",
"Resource": "*"
}
]
}