(just printing the top level spec, please check locally for yourself if you're interested in printing the doc for sub-attributes)
$ kubectl explain awssqssources.spec
KIND: AWSSQSSource
VERSION: sources.triggermesh.io/v1alpha1
RESOURCE: spec <Object>
DESCRIPTION:
Desired state of the event source.
FIELDS:
arn <string> -required-
ARN of the Amazon SQS queue to consume messages from. The expected format
is documented at
https://docs.aws.amazon.com/IAM/latest/UserGuide/list_amazonsqs.html#amazonsqs-resources-for-iam-policies.
credentials <Object>
Credentials to interact with the Amazon SQS API. For more information about
AWS security credentials, please refer to the AWS General Reference at
https://docs.aws.amazon.com/general/latest/gr/aws-security-credentials.html
sink <Object> -required-
The destination of events sourced from Amazon SQS.
Part of #313
Demo :
(just printing the top level spec, please check locally for yourself if you're interested in printing the doc for sub-attributes)