codewhisperer:ListCustomizationVersions

List

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

Resource types

ARNs that codewhisperer:ListCustomizationVersions 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:ListCustomizationVersions.

aws:ResourceTag/${TagKey} String

Filters access by the tags associated with CodeWhisperer resource

Example IAM policy

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

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

Related actions in codewhisperer

View all codewhisperer actions →