Kinesis 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 stream.
Configuration optionsโ
Here is an example of the minimum required configuration:
assets/docs/configuration/targets/kinesis-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/kinesis-full-example.hcl
loading...
If you want to use this as a failure target, then use failure_target instead of target.