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 3ba4bb7 commit ec31c4cCopy full SHA for ec31c4c
api/function/v1beta1/function_sdk.go
@@ -1011,6 +1011,8 @@ type TriggerMnqNatsClientConfig struct {
1011
MnqProjectID string `json:"mnq_project_id"`
1012
1013
MnqRegion string `json:"mnq_region"`
1014
+
1015
+ MnqCredentialID *string `json:"mnq_credential_id"`
1016
}
1017
1018
type TriggerMnqSqsClientConfig struct {
@@ -1021,6 +1023,8 @@ type TriggerMnqSqsClientConfig struct {
1021
1023
1022
1024
1025
1026
1027
1028
1029
1030
type TriggerSqsClientConfig struct {
0 commit comments