Skip to content

Commit c764324

Browse files
committed
format arn
1 parent c4f3f4a commit c764324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cdk/resources/VectorIndex.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export class VectorIndex extends Construct {
7171
}
7272
})
7373

74-
const collectionArn = `arn:aws:aoss:collection/${props.collection.name}`
74+
const collectionArn = `arn:aws:aoss:::collection/${props.collection.name}`
7575
// eslint-disable-next-line max-len
7676
// const indexArn = `arn:aws:aoss:${props.region}:${props.account}:index/${props.collection.name}/${props.indexName}`
7777

0 commit comments

Comments
 (0)