SnsPluginDescriptor.json

30 lines | 536 B Blame History Raw Download
{
  "schema": {
    "title": "SNS 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"
  ]
}