controlcatalog:ListControls is a List access-level action in the controlcatalog service. Grants permission to return a paginated list of all available controls in the AWS Control Catalog library
ARNs that controlcatalog:ListControls can be scoped to in an IAM policy.
No condition keys are documented for this action.
A minimal policy that allows controlcatalog:ListControls. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowControlcatalogListControls",
"Effect": "Allow",
"Action": "controlcatalog:ListControls",
"Resource": "*"
}
]
}