Argo Workflows · JSON Structure

Argo Workflows Github Com Argoproj Argo Events Pkg Apis Events V1Alpha1 Nats Trigger Structure

NATSTrigger refers to the specification of the NATS trigger.

Type: object Properties: 6
CNCFContainersData ProcessingKubernetesMachine LearningOpen SourceWorkflow Engine

github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.NATSTrigger is a JSON Structure definition published by Argo Workflows, describing 6 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

auth parameters payload subject tls url

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/argo-workflows/refs/heads/main/json-structure/argo-workflows-github-com-argoproj-argo-events-pkg-apis-events-v1alpha1-nats-trigger-structure.json",
  "name": "github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.NATSTrigger",
  "description": "NATSTrigger refers to the specification of the NATS trigger.",
  "type": "object",
  "properties": {
    "auth": {
      "name": "AuthInformation\n+optional",
      "$ref": "#/definitions/github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.NATSAuth"
    },
    "parameters": {
      "type": "array",
      "items": {
        "$ref": "#/definitions/github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.TriggerParameter"
      }
    },
    "payload": {
      "type": "array",
      "items": {
        "$ref": "#/definitions/github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.TriggerParameter"
      }
    },
    "subject": {
      "description": "Name of the subject to put message on.",
      "type": "string"
    },
    "tls": {
      "name": "TLS configuration for the NATS producer.\n+optional",
      "$ref": "#/definitions/github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.TLSConfig"
    },
    "url": {
      "description": "URL of the NATS cluster.",
      "type": "string"
    }
  }
}