SQS Target
Authenticationโ
Authentication is done via the AWS authentication environment variables. Optionally, you can use the role_arn
option to specify an ARN to use on the queue.
Configuration optionsโ
Here is an example of the minimum required configuration:
assets/docs/configuration/targets/sqs-minimal-example.hcl
loading...
If you want to use this as a failure target, then use failure_target instead of target.
Here is an example of every configuration option:
assets/docs/configuration/targets/sqs-full-example.hcl
loading...
If you want to use this as a failure target, then use failure_target instead of target.