Viewing vector index tags
You can view or list tags applied to Amazon S3 vector indexes. For more information about tagging vector indexes, see Using tags with S3 vector indexes.
Permissions
To view tags applied to a vector index, you must have the following permission:
-
s3vectors:ListTagsForResource
Troubleshooting errors
If you encounter an error when attempting to list or view the tags of a vector index, you can do the following:
-
Verify that you have the required Permissions to view or list the tags of the vector index.
Steps
You can view tags applied to vector indexes by using the Amazon S3 console, the Amazon Command Line Interface (Amazon CLI), the Amazon S3 REST API, and Amazon SDKs.
To view tags applied to a vector index using the Amazon S3 console
-
Sign in to the Amazon Web Services Management Console and open the Amazon S3 console at https://console.amazonaws.cn/s3/
. -
In the left navigation pane, choose vector indexes.
-
Choose the vector index name.
-
Choose the Properties tab.
-
Scroll to the Tags section to view all of the tags applied to the vector index.
-
The Tags section shows the User-defined tags by default. You can select the Amazon-generated tags tab to view tags applied to your vector index by Amazon services.
For information about the Amazon S3 REST API support for viewing the tags applied to a vector index, see the following section in the Amazon Simple Vectors API Reference:
To install the Amazon CLI, see Installing the Amazon CLI in the Amazon Command Line Interface User Guide.
The following CLI example shows you how to view tags applied to a vector index. To
use the command replace the user input placeholders with
your own information.
aws s3vectors list-tags-for-resource \ --resource-arn arn:aws:s3vectors:us-east-1:012345678900:bucket/acc-bucket/index/accounts-index