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 dd1ef5b commit c4f3f4aCopy full SHA for c4f3f4a
packages/cdk/resources/VectorIndex.ts
@@ -71,11 +71,11 @@ export class VectorIndex extends Construct {
71
}
72
})
73
74
- //const collectionArn = `arn:aws:aoss:${props.region}:${props.account}:collection/${props.collection.name}`
+ const collectionArn = `arn:aws:aoss:collection/${props.collection.name}`
75
// eslint-disable-next-line max-len
76
// const indexArn = `arn:aws:aoss:${props.region}:${props.account}:index/${props.collection.name}/${props.indexName}`
77
78
- const collectionArn = "aoss:collection/*"
+ //const collectionArn = "aoss:collection/*"
79
const indexArn = `arn:aws:aoss:${props.region}:${props.account}:index/*`
80
const getCollectionPolicy = new PolicyStatement({
81
actions: [
0 commit comments