controlcatalog:ListControls

List

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

Resource types

ARNs that controlcatalog:ListControls can be scoped to in an IAM policy.

arn:${Partition}:controlcatalog:::control/${ControlId}
control

Condition keys

No condition keys are documented for this action.

Example IAM policy

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": "*"
    }
  ]
}

Related actions in controlcatalog

View all controlcatalog actions →