File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -191,6 +191,21 @@ The GcpPubSubSource fires a new event each time a message is published on a
191191 [ ObjectReference] ( https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.12/#objectreference-v1-core )
192192 A reference to the object that should receive events.
193193
194+ ### AwsSqsSource
195+
196+ The AwsSqsSource fires a new event each time an event is published on an
197+ [ AWS SQS topic] ( https://aws.amazon.com/sqs/ ) .
198+
199+ ** Spec fields** :
200+
201+ - ` queueURL ` : URL of the SQS queue to pull events from.
202+ - ` awsCredsSecret ` : credential to use to poll the AWS SQS queue.
203+ - ` sink ` :
204+ [ ObjectReference] ( https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.12/#objectreference-v1-core )
205+ A reference to the object that should receive events.
206+ - ` serviceAccountName ` : ` string ` The name of the ServiceAccount used to
207+ access the ` awsCredsSecret ` .
208+
194209### ContainerSource
195210
196211The ContainerSource will instantiate a container image which can generate events
You can’t perform that action at this time.
0 commit comments