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.
2 parents 23205fb + 588ecea commit 309d1b1Copy full SHA for 309d1b1
openmessaging-api/src/main/java/io/openmessaging/OMSBuiltinKeys.java
@@ -41,6 +41,11 @@ public interface OMSBuiltinKeys {
41
*/
42
String ACCOUNT_ID = "ACCOUNT_ID";
43
44
+ /**
45
+ * The {@code ACCOUNT_KEY} key shows the specified account key in OMS attribute.
46
+ */
47
+ String ACCOUNT_KEY = "ACCOUNT_KEY";
48
+
49
/**
50
* The {@code REGION} key shows the specified region in OMS driver schema.
51
0 commit comments