s3vectors:ListVectors is a List access-level action in the s3vectors service. Grants permission to get a paginated list of all vectors in a specified vector index
ARNs that s3vectors:ListVectors can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants s3vectors:ListVectors.
Filters access by the tags associated with the resource
Filters access by the tags associated with the vector bucket
To use s3vectors:ListVectors you may also need to grant:
A minimal policy that allows s3vectors:ListVectors. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowS3vectorsListVectors",
"Effect": "Allow",
"Action": "s3vectors:ListVectors",
"Resource": "*"
}
]
}