transform-custom:ListFindings is a List access-level action in the transform-custom service. Grants permission to invoke ListFindings 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:ListFindings. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowTransformcustomListFindings",
"Effect": "Allow",
"Action": "transform-custom:ListFindings",
"Resource": "*"
}
]
}