We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 192fa32 commit 2fc4e4fCopy full SHA for 2fc4e4f
packages/cdk/resources/VectorIndex.ts
@@ -76,7 +76,7 @@ export class VectorIndex extends Construct {
76
// const indexArn = `arn:aws:aoss:${props.region}:${props.account}:index/${props.collection.name}/${props.indexName}`
77
78
//const collectionArn = "aoss:collection/*"
79
- const indexArn = `arn:aws:aoss:${props.region}:${props.account}:index/*`
+ const indexArn = `arn:aws:aoss:${props.region}:${props.account}:collection/${props.collection.attrId}`
80
const getCollectionPolicy = new PolicyStatement({
81
actions: [
82
"aoss:BatchGetCollection"
0 commit comments