Synadia Connect
AWS Kinesis Firehose
NAME | RUNTIME | TYPE | VERSION | STATUS |
---|---|---|---|---|
aws_kinesis_firehose | wombat | sink | latest | stable |
Sends messages to a Kinesis Firehose delivery stream.
Configuration
name | type | optional | secret | description |
---|---|---|---|---|
stream | expression | no | no | The stream to publish messages to. |
max_in_flight | int | yes | no | The maximum number of parallel message batches to have in flight at any given time. The value defaults to 64 . |
region | string | no | no | The AWS region to target. |
endpoint | string | yes | no | Allows you to specify a custom endpoint for the AWS API. The value defaults to ``. |
credentials | credentials | no | no | Optional manual configuration of AWS credentials to use. More information can be found in xref:guides:cloud/aws.adoc[]. |
Credentials
name | type | optional | secret | description |
---|---|---|---|---|
id | string | yes | no | The ID of credentials to use. The value defaults to ``. |
secret | string | yes | no | The secret for the credentials being used. The value defaults to ``. |
token | string | yes | no | The token for the credentials being used, required when using short term credentials. The value defaults to ``. |