codewhisperer:ListCustomizations

List

codewhisperer:ListCustomizations is a List access-level action in the codewhisperer service. Grants permission to invoke ListCustomizations on CodeWhisperer

Resource types

ARNs that codewhisperer:ListCustomizations can be scoped to in an IAM policy.

arn:${Partition}:codewhisperer:${Region}:${Account}:customization/${Identifier}
customization

Condition keys

Keys you can use in the Condition block of a policy that grants codewhisperer:ListCustomizations.

aws:ResourceTag/${TagKey} String

Filters access by the tags associated with CodeWhisperer resource

Example IAM policy

A minimal policy that allows codewhisperer:ListCustomizations. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowCodewhispererListCustomizations",
      "Effect": "Allow",
      "Action": "codewhisperer:ListCustomizations",
      "Resource": "*"
    }
  ]
}

Related actions in codewhisperer

View all codewhisperer actions →