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 47f72d8 commit 29ad81eCopy full SHA for 29ad81e
src/v2/providers/database.ts
@@ -88,7 +88,8 @@ export interface ReferenceOptions extends options.EventHandlerOptions {
88
/**
89
* Specify the handler to trigger on a database instance(s).
90
* If present, this value can either be a single instance or a pattern.
91
- * Examples: 'my-instance-1', '{instance}'
+ * Examples: 'my-instance-1', 'my-instance-*'
92
+ * Note: The capture syntax cannot be used for 'instance'.
93
*/
94
instance?: string;
95
0 commit comments