github.com/argoproj/argo-events@v1.9.1/test/stress/testdata/eventsources/sql.yaml (about)

     1  apiVersion: argoproj.io/v1alpha1
     2  kind: EventSource
     3  metadata:
     4    name: stress-testing
     5  spec:
     6    sqs:
     7      test:
     8        jsonBody: true
     9        accessKey:
    10          key: accesskey
    11          name: aws-secret
    12        secretKey:
    13          key: secretkey
    14          name: aws-secret
    15        region: us-east-1
    16        queue: test
    17        queueAccountId: "12345678"