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 c4f3f4a commit c764324Copy full SHA for c764324
packages/cdk/resources/VectorIndex.ts
@@ -71,7 +71,7 @@ export class VectorIndex extends Construct {
71
}
72
})
73
74
- const collectionArn = `arn:aws:aoss: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
0 commit comments