SqsPluginDescriptor.json
Home
/
extensions /
extension-sqs /
src /
main /
resources /
SqsPluginDescriptor.json
{
"schema": {
"title": "SQS Plugin Configuration",
"type": "object",
"properties": {
"accessKeyId": {
"title": "Access Key ID",
"type": "string"
},
"secretAccessKey": {
"title": "Secret Access Key",
"type": "string"
},
"region": {
"title": "Region",
"type": "string"
}
},
"required": [
"accessKeyId",
"secretAccessKey",
"region"
]
},
"form": [
"accessKeyId",
"secretAccessKey",
"region"
]
}