@cloud-copilot/iam-data
Version:
18 lines • 493 B
JSON
{
"index": {
"key": "Index",
"arn": "arn:${Partition}:s3vectors:${Region}:${Account}:bucket/${BucketName}/index/${IndexName}",
"conditionKeys": [
"aws:ResourceTag/${TagKey}",
"s3vectors:VectorBucketTag/${TagKey}"
]
},
"vectorbucket": {
"key": "VectorBucket",
"arn": "arn:${Partition}:s3vectors:${Region}:${Account}:bucket/${BucketName}",
"conditionKeys": [
"aws:ResourceTag/${TagKey}",
"s3vectors:VectorBucketTag/${TagKey}"
]
}
}