docs: add AWS SQS source to README (#708)

Signed-off-by: Galo Navarro <anglorvaroa@gmail.com>
This commit is contained in:
Galo Navarro 2019-01-08 19:34:42 +01:00 committed by Knative Prow Robot
parent f31d7106a1
commit 0e9baf68aa
1 changed files with 15 additions and 0 deletions

View File

@ -191,6 +191,21 @@ The GcpPubSubSource fires a new event each time a message is published on a
[ObjectReference](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.12/#objectreference-v1-core)
A reference to the object that should receive events.
### AwsSqsSource
The AwsSqsSource fires a new event each time an event is published on an
[AWS SQS topic](https://aws.amazon.com/sqs/).
**Spec fields**:
- `queueURL`: URL of the SQS queue to pull events from.
- `awsCredsSecret`: credential to use to poll the AWS SQS queue.
- `sink`:
[ObjectReference](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.12/#objectreference-v1-core)
A reference to the object that should receive events.
- `serviceAccountName`: `string` The name of the ServiceAccount used to
access the `awsCredsSecret`.
### ContainerSource
The ContainerSource will instantiate a container image which can generate events