ConduitSQS v0.2.7 ConduitSQS.SQS.Options View Source

Produces SQS options from a conduit message and publish options.

Link to this section Summary

Link to this section Types

Link to this type sqs_message_attribute() View Source
sqs_message_attribute() :: %{
  name: binary(),
  data_type: :string | :binary | :number,
  custom_type: binary() | none(),
  value: binary() | number()
}
Link to this type sqs_options() View Source
sqs_options() :: [
  delay_seconds: 0..900,
  message_attributes: sqs_message_attribute() | [sqs_message_attribute(), ...],
  message_deduplication_id: binary(),
  message_group_id: binary()
]