Argo Workflows · JSON Structure

Argo Workflows Github Com Argoproj Argo Events Pkg Apis Events V1Alpha1 Aws Lambda Trigger Structure

github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.AWSLambdaTrigger schema from Argo Workflows API

Type: object Properties: 8
CNCFContainersData ProcessingKubernetesMachine LearningOpen SourceWorkflow Engine

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

Properties

accessKey functionName invocationType parameters payload region roleARN secretKey

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-aws-lambda-trigger-structure.json",
  "name": "github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.AWSLambdaTrigger",
  "description": "github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.AWSLambdaTrigger schema from Argo Workflows API",
  "type": "object",
  "properties": {
    "accessKey": {
      "name": "AccessKey refers K8s secret containing aws access key\n+optional",
      "$ref": "#/definitions/io.k8s.api.core.v1.SecretKeySelector"
    },
    "functionName": {
      "description": "FunctionName refers to the name of the function to invoke.",
      "type": "string"
    },
    "invocationType": {
      "description": "Choose from the following options.\n\n   * RequestResponse (default) - Invoke the function synchronously. Keep\n   the connection open until the function returns a response or times out.\n   The API response includes the function response and additional data.\n\n   * Event - Invoke the function asynchronously. Send events that fail multiple\n   times to the function's dead-letter queue (if it's configured). The API\n   response only includes a status code.\n\n   * DryRun - Validate parameter values and verify that the user or role\n   has permission to invoke the function.\n+optional",
      "type": "string"
    },
    "parameters": {
      "type": "array",
      "name": "Parameters is the list of key-value extracted from event's payload that are applied to\nthe trigger resource.\n+optional",
      "items": {
        "$ref": "#/definitions/github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.TriggerParameter"
      }
    },
    "payload": {
      "description": "Payload is the list of key-value extracted from an event payload to construct the request payload.",
      "type": "array",
      "items": {
        "$ref": "#/definitions/github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.TriggerParameter"
      }
    },
    "region": {
      "type": "string",
      "name": "Region is AWS region"
    },
    "roleARN": {
      "type": "string",
      "name": "RoleARN is the Amazon Resource Name (ARN) of the role to assume.\n+optional"
    },
    "secretKey": {
      "name": "SecretKey refers K8s secret containing aws secret key\n+optional",
      "$ref": "#/definitions/io.k8s.api.core.v1.SecretKeySelector"
    }
  }
}