transform-custom:ListKnowledgeItems is a List access-level action in the transform-custom service. Grants permission to invoke ListKnowledgeItems on AWS Transform custom
This action does not support resource-level permissions; use "Resource": "*" in your policy.
No condition keys are documented for this action.
A minimal policy that allows transform-custom:ListKnowledgeItems. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowTransformcustomListKnowledgeItems",
"Effect": "Allow",
"Action": "transform-custom:ListKnowledgeItems",
"Resource": "*"
}
]
}