Synadia Connect

AWS Kinesis

NAMERUNTIMETYPEVERSIONSTATUS
aws_kinesiswombatsinklateststable

Sends messages to a Kinesis stream.

Configuration

nametypeoptionalsecretdescription
streamexpressionnonoThe stream to publish messages to. Streams can either be specified by their name or full ARN.
partition_keyexpressionnonoA required key for partitioning messages.
hash_keyexpressionyesnoA optional hash key for partitioning messages.
max_in_flightintyesnoThe maximum number of parallel message batches to have in flight at any given time. The value defaults to 64.
regionstringnonoThe AWS region to target.
endpointstringyesnoAllows you to specify a custom endpoint for the AWS API. The value defaults to ``.
credentialscredentialsnonoOptional manual configuration of AWS credentials to use. More information can be found in xref:guides:cloud/aws.adoc[].

Credentials

nametypeoptionalsecretdescription
idstringyesnoThe ID of credentials to use. The value defaults to ``.
secretstringyesnoThe secret for the credentials being used. The value defaults to ``.
tokenstringyesnoThe token for the credentials being used, required when using short term credentials. The value defaults to ``.
Previous
AWS DynamoDB