servicequotas:ListServiceQuotas is a Read access-level action in the servicequotas service. Grants permission to list all service quotas for the specified AWS service, in that account, in that Region
This action does not support resource-level permissions; use "Resource": "*" in your policy.
No condition keys are documented for this action.
To use servicequotas:ListServiceQuotas you may also need to grant:
A minimal policy that allows servicequotas:ListServiceQuotas. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowServicequotasListServiceQuotas",
"Effect": "Allow",
"Action": "servicequotas:ListServiceQuotas",
"Resource": "*"
}
]
}